forked from leftypol/leftypol
Merge pull request #212 from towards-a-new-leftypol/op_creation_time
Op creation time
This commit is contained in:
commit
4fd6506069
3 changed files with 1736 additions and 1693 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue