From 9a61796f06280cdcb2d3c6e6db2ddc7ca1b37280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 14 May 2026 13:00:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D1=81=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/auth_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth_service.py b/services/auth_service.py index 231bdb1..2b4fb18 100644 --- a/services/auth_service.py +++ b/services/auth_service.py @@ -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