Browse Source

30 seconds betweeen each new post

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
55abd06c2d
  1. 4
      inc/instance-config.php

4
inc/instance-config.php

@ -97,8 +97,8 @@ $config['cookies']['mod'] = 'mod';
$config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj';
$config['flood_cache'] = 60 * 60 * 1; // 1 hours
$config['flood_time_any'] = 20; // in seconds
$config['flood_cache'] = 60 * 15; // 15 minutes
$config['flood_time_any'] = 40; // in seconds
$config['flood_time'] = 0;
$config['flood_time_ip'] = 0;
$config['flood_time_same'] = 0;

Loading…
Cancel
Save