From 0ecfc414f9072c99a062179aa62c08907a85409b Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 19 Feb 2011 20:34:04 +1100 Subject: [PATCH] Increased robot_mute_hour default to 2 weeks --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index c1e18514..2f3a691e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -202,7 +202,7 @@ // Tinyboard uses ROBOT9000's original 2^x implementation $config['robot_mute'] = true; // How many mutes x hours ago to include in the algorithm - $config['robot_mute_hour'] = 50; + $config['robot_mute_hour'] = 336; // 2 weeks // If you want to alter the algorithm a bit. Default value is 2. n^x $config['robot_mute_multiplier'] = 2; $config['robot_mute_descritpion'] = 'You have been muted for unoriginal content.';