апдейт

This commit is contained in:
2026-05-08 12:56:10 +03:00
parent 5fb6189b2d
commit 0ede5beb6b
3 changed files with 19 additions and 5 deletions

View File

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