- Modernized authentication with the introduction of TenantProject
- Created a base mail template - Adapt and improve document API to usage of catalogs and processors - Adapt eveai_sync to new authentication mechanism and usage of catalogs and processors
This commit is contained in:
3
common/utils/cache/regions.py
vendored
3
common/utils/cache/regions.py
vendored
@@ -19,7 +19,8 @@ def get_redis_config(app):
|
||||
'port': int(redis_uri.port or 6379),
|
||||
'db': 4, # Keep this for later use
|
||||
'redis_expiration_time': 3600,
|
||||
'distributed_lock': True
|
||||
'distributed_lock': True,
|
||||
'thread_local_lock': False,
|
||||
}
|
||||
|
||||
# Add authentication if provided
|
||||
|
||||
Reference in New Issue
Block a user