mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-12 22:09:36 +02:00
Increase timeout + revert changes for clarity (#3604)
* increase timeout + revert changes for clarity * quick nit * k
This commit is contained in:
parent
f16ca1b735
commit
4fb129e77b
@ -55,8 +55,8 @@ MASK_CREDENTIAL_PREFIX = (
|
||||
)
|
||||
|
||||
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(
|
||||
os.environ.get("SESSION_EXPIRE_TIME_SECONDS") or 86400 * 7
|
||||
|
Loading…
x
Reference in New Issue
Block a user