update rate limit protection

master
Cristiano Pires 2 years ago
parent 72cd31761f
commit d0d11d3d7c

@ -65,7 +65,7 @@ function startLimitProtectionTimer()
setTimeout(() => {
login();
retryCounter = 0;
}, 30*60*1000);
}, 60*60*1000);
}
function connectToDB()
{

Loading…
Cancel
Save