Slower blocking cache update

main
Bob Mottram 2021-06-21 10:38:06 +01:00
parent 67ce8e7ece
commit 9cb89aea90
1 changed files with 1 additions and 1 deletions

View File

@ -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,