поправил ссесию на 4 часа

This commit is contained in:
2026-05-15 15:36:16 +03:00
parent 121095882c
commit 2e3aba7c5a
3 changed files with 3 additions and 3 deletions

View File

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