Files

8 lines
357 B
Python
Raw Permalink Normal View History

"""Baota panel integration constants."""
# Temporary login token/session upper bound in seconds; passed to BT Panel set_temp_login expire_time.
BT_TEMP_LOGIN_TTL_SECONDS = 86400
# Login URL success results are intentionally not cached: BT Panel tmp_token is one-time.
# Concurrent generation is guarded by the Redis distributed lock in login_url_lock.py.