Training works

This commit is contained in:
2019-05-20 07:28:10 +10:00
parent 9d9c735938
commit cbce586d70
2 changed files with 95 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function isThrottled(email) {
return false;
}
if ( Math.abs(emails[email] - new Date()) / 1000 > 3) { //3 seconds
if ( Math.abs(emails[email] - new Date()) / 1000 > 10) { //10 seconds
return false;
}