This commit is contained in:
Adorian Doran 2025-10-22 21:52:21 +03:00
commit d1e6bd9c3a

View File

@ -66,7 +66,7 @@ sqlInit.dbReady.then(() => {
); );
} }
setInterval(() => checkProtectedSessionExpiration(), 1); setInterval(() => checkProtectedSessionExpiration(), 30000);
}); });
function checkProtectedSessionExpiration() { function checkProtectedSessionExpiration() {