mirror of https://gitlab.com/bashrc2/epicyon
Slower blocking cache update
parent
67ce8e7ece
commit
9cb89aea90
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue