From 67748de103cd6efe092ee0d1708a15adea8aa389 Mon Sep 17 00:00:00 2001 From: "admin@arionum.com" Date: Wed, 18 Sep 2019 06:22:11 +0300 Subject: [PATCH] default setting recheck blocks --- include/config-sample.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config-sample.inc.php b/include/config-sample.inc.php index f1d862d..37fd1c0 100755 --- a/include/config-sample.inc.php +++ b/include/config-sample.inc.php @@ -114,7 +114,7 @@ $_config['use_official_blacklist'] = true; */ // Recheck the last blocks on sanity -$_config['sanity_recheck_blocks'] = 10; +$_config['sanity_recheck_blocks'] = 30; // The interval to run the sanity in seconds $_config['sanity_interval'] = 900;