This commit is contained in:
hajdul88 2025-10-08 17:04:30 +02:00
parent 9ff9ac8b3f
commit b58bd60bb6

View file

@ -13,6 +13,7 @@ class CacheConfig(BaseSettings):
- agentic_lock_expire: Automatic lock expiration time (in seconds).
- agentic_lock_timeout: Maximum time (in seconds) to wait for the lock release.
"""
caching: bool = False
shared_kuzu_lock: bool = False
cache_host: str = "localhost"