From 9cb89aea90adb8779e7845965fb5ccdbea8037c9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Jun 2021 10:38:06 +0100 Subject: [PATCH] Slower blocking cache update --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index d94daba49..b53021918 100644 --- a/daemon.py +++ b/daemon.py @@ -15200,7 +15200,7 @@ def runDaemon(userAgentsBlocked: [], # This limits the amount of slow disk reads which need to be done httpd.blockedCache = [] httpd.blockedCacheLastUpdated = 0 - httpd.blockedCacheUpdateSecs = 60 + httpd.blockedCacheUpdateSecs = 120 httpd.blockedCacheLastUpdated = \ updateBlockedCache(baseDir, httpd.blockedCache, httpd.blockedCacheLastUpdated,