Merge pull request #212 from towards-a-new-leftypol/op_creation_time

Op creation time
This commit is contained in:
towards-a-new-leftypol 2021-01-29 20:29:49 -05:00 committed by GitHub
commit 4fd6506069
3 changed files with 1736 additions and 1693 deletions

View file

@ -82,6 +82,9 @@ $config['db']['password'] = '';
$config['cookies']['mod'] = 'mod';
$config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj';
$config['flood_cache'] = 60 * 15; // 15 minutes. The oldest a post can be in the flood table
$config['flood_time_any'] = 40; // time between thread creation
$config['flood_time'] = 30;
$config['flood_time_ip'] = 60;
$config['flood_time_same'] = 60;