From 55abd06c2d57bf93dae564eb21774af0ef731ca0 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 24 Jan 2021 01:56:01 -0500 Subject: [PATCH] 30 seconds betweeen each new post --- 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 4971b54e..47093961 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -97,8 +97,8 @@ $config['cookies']['mod'] = 'mod'; $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj'; -$config['flood_cache'] = 60 * 60 * 1; // 1 hours -$config['flood_time_any'] = 20; // in seconds +$config['flood_cache'] = 60 * 15; // 15 minutes +$config['flood_time_any'] = 40; // in seconds $config['flood_time'] = 0; $config['flood_time_ip'] = 0; $config['flood_time_same'] = 0;