Training works
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user