diff --git a/server.js b/server.js index 7bc152c..5e7d885 100644 --- a/server.js +++ b/server.js @@ -65,7 +65,7 @@ function startLimitProtectionTimer() setTimeout(() => { login(); retryCounter = 0; - }, 30*60*1000); + }, 60*60*1000); } function connectToDB() {