increase flood_time_any to 120

This commit is contained in:
towards-a-new-leftypol 2024-01-28 11:41:29 -05:00
parent 7a7cd1ab28
commit 51d6374d85
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj';
$config['search']['enable'] = true;
$config['flood_cache'] = 60 * 15; // 15 minutes. The oldest a post can be in the flood table
$config['flood_time_any'] = 60; // time between thread creation
$config['flood_time_any'] = 120; // time between thread creation
$config['flood_time'] = 1;
$config['flood_time_ip'] = 10;
$config['flood_time_same'] = 60;