Update litellm/constants.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Shivam Rawat 2026-02-26 04:21:35 -08:00 committed by GitHub
parent 6974b6de68
commit d276d273c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1316,7 +1316,7 @@ CLI_JWT_EXPIRATION_HOURS = int(
########################### UI SESSION DURATION ###########################
# Duration for UI login session (username/password, SSO). Format: "30s", "30m", "24h", "7d"
# Applies to both default and EXPERIMENTAL_UI_LOGIN flows
# Applies to default login flows (not EXPERIMENTAL_UI_LOGIN which uses its own 10-minute expiry)
LITELLM_UI_SESSION_DURATION = os.getenv("LITELLM_UI_SESSION_DURATION", "24h")
########################### DB CRON JOB NAMES ###########################