поправил время сессии

This commit is contained in:
2026-05-14 13:00:13 +03:00
parent 647bf9f68c
commit 9a61796f06

View File

@@ -15,7 +15,7 @@ from repositories.auth_repository import (
revoke_auth_session,
)
IDLE_TIMEOUT_SECONDS = 99999
IDLE_TIMEOUT_SECONDS = 999_999
SESSION_TOUCH_THROTTLE_SECONDS = 60
PBKDF2_ITERATIONS = 260_000