Optionally allow the moving of single replies

This commit is contained in:
ctrlcctrlv 2013-08-08 21:08:01 +00:00
parent 001989876f
commit ddbe562f9c
4 changed files with 104 additions and 2 deletions

View file

@ -999,6 +999,9 @@
// persistent spammers and ban evaders. Again, a little more database load.
$config['ban_cidr'] = true;
// Enable the moving of single replies
$config['move_replies'] = false;
// How often (minimum) to purge the ban list of expired bans (which have been seen). Only works when
// $config['cache'] is enabled and working.
$config['purge_bans'] = 60 * 60 * 12; // 12 hours