1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00

10 thread tatesugi by default

This commit is contained in:
8chan 2015-02-28 05:08:48 -08:00
parent 4564eee3c9
commit a77d045bf0

View File

@ -171,7 +171,7 @@
$config['syslog'] = true; $config['syslog'] = true;
$config['hour_max_threads'] = false; $config['hour_max_threads'] = 10;
$config['filters'][] = array( $config['filters'][] = array(
'condition' => array( 'condition' => array(
'custom' => function($post) { 'custom' => function($post) {
@ -189,7 +189,7 @@
} }
), ),
'action' => 'reject', 'action' => 'reject',
'message' => sprintf(_('On this board, to prevent raids only %d threads can be made per hour. Please try again later, or post in an existing thread.'), $config['hour_max_threads']) 'message' => 'On this board, to prevent raids the number of threads that can be created per hour is limited. Please try again later, or post in an existing thread.'
); );
$config['gzip_static'] = false; $config['gzip_static'] = false;