]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - const.py
now if you provide a list to storeValueForKey it will use the krpc
[quix0rs-apt-p2p.git] / const.py
index 1a42485421ac7c2fd33ffb5d5535a460281e9990..42d060ba32bdb5664e875f823316a4d30f94faf1 100644 (file)
--- a/const.py
+++ b/const.py
@@ -55,7 +55,7 @@ BUCKET_STALENESS = 60 # one hour
 KEINITIAL_DELAY = 15 # 15 seconds - to clean out old stuff in persistent db
 
 # time between expirer runs
-KE_DELAY = 60 * 60 # 1 hour
+KE_DELAY = 60 * 20 # 20 minutes
 
 # expire entries older than this
-KE_AGE = 60 * 60 * 24 # 24 hours
+KE_AGE = 60 * 60 # 60 minutes