Skip to content

Commit

Permalink
Increase timeout + revert changes for clarity (#3604)
Browse files Browse the repository at this point in the history
* increase timeout + revert changes for clarity

* quick nit

* k
  • Loading branch information
pablonyx authored Jan 6, 2025
1 parent f16ca1b commit 4fb129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/onyx/configs/app_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
)

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
Expand Down

0 comments on commit 4fb129e

Please sign in to comment.