forked from leftypol/leftypol
Don't purge the ban list of expires bans every time somebody posts. Add a timer option. Less SQL queries when posting.
This commit is contained in:
parent
fb3b9ea868
commit
0890557ebb
2 changed files with 14 additions and 0 deletions
|
@ -983,6 +983,10 @@
|
|||
// persistent spammers and ban evaders. Again, a little more database load.
|
||||
$config['ban_cidr'] = true;
|
||||
|
||||
// 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
|
||||
|
||||
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
||||
$config['mod']['dns_lookup'] = true;
|
||||
// How many recent posts, per board, to show in ?/IP/x.x.x.x.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue