Skip to content

Commit d015a69

Browse files
authored
Update config.php
1 parent 29672b7 commit d015a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function checkSpam(){
437437
$spamInfo['count'] = 1;
438438
$spamInfo['date'] = strtotime("+1 minute");
439439
}
440-
if($spamInfo['count'] >= 20){
440+
if($spamInfo['count'] >= 50){
441441
$spamInfo['banned'] = strtotime("+1 day");
442442
}
443443
$spamInfo = json_encode($spamInfo);

0 commit comments

Comments
 (0)