ruff fix
This commit is contained in:
parent
9ff9ac8b3f
commit
b58bd60bb6
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue