mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Increase timeout + revert changes for clarity (#3604)
* increase timeout + revert changes for clarity * quick nit * k
This commit is contained in:
@@ -55,8 +55,8 @@ MASK_CREDENTIAL_PREFIX = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
REDIS_AUTH_EXPIRE_TIME_SECONDS = int(
|
REDIS_AUTH_EXPIRE_TIME_SECONDS = int(
|
||||||
os.environ.get("REDIS_AUTH_EXPIRE_TIME_SECONDS") or 3600
|
os.environ.get("REDIS_AUTH_EXPIRE_TIME_SECONDS") or 86400 * 7
|
||||||
)
|
) # 7 days
|
||||||
|
|
||||||
SESSION_EXPIRE_TIME_SECONDS = int(
|
SESSION_EXPIRE_TIME_SECONDS = int(
|
||||||
os.environ.get("SESSION_EXPIRE_TIME_SECONDS") or 86400 * 7
|
os.environ.get("SESSION_EXPIRE_TIME_SECONDS") or 86400 * 7
|
||||||
|
Reference in New Issue
Block a user