From a77d045bf0d210e932f160ad74152f0336ca8dc1 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 28 Feb 2015 05:08:48 -0800 Subject: [PATCH] 10 thread tatesugi by default --- inc/instance-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index dd942515..5572239a 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -171,7 +171,7 @@ $config['syslog'] = true; - $config['hour_max_threads'] = false; + $config['hour_max_threads'] = 10; $config['filters'][] = array( 'condition' => array( 'custom' => function($post) { @@ -189,7 +189,7 @@ } ), '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;