From 51d6374d85644c58d00e7536c4535768d3baa40c Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 28 Jan 2024 11:41:29 -0500 Subject: [PATCH] increase flood_time_any to 120 --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 378d9591..70d59002 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -95,7 +95,7 @@ $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj'; $config['search']['enable'] = true; $config['flood_cache'] = 60 * 15; // 15 minutes. The oldest a post can be in the flood table -$config['flood_time_any'] = 60; // time between thread creation +$config['flood_time_any'] = 120; // time between thread creation $config['flood_time'] = 1; $config['flood_time_ip'] = 10; $config['flood_time_same'] = 60;