8 lines
357 B
Python
8 lines
357 B
Python
"""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.
|