]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - const.py
broke up khashmir class into base, read, and write classes, since
[quix0rs-apt-p2p.git] / const.py
index 42d060ba32bdb5664e875f823316a4d30f94faf1..fc5d1c0a49110071ab1825fd8b0f5b1e4654c128 100644 (file)
--- a/const.py
+++ b/const.py
@@ -47,7 +47,7 @@ MAX_FAILURES = 3
 MIN_PING_INTERVAL = 60 * 15 # fifteen minutes
 
 # refresh buckets that haven't been touched in this long
-BUCKET_STALENESS = 60 # one hour
+BUCKET_STALENESS = 60 * 60 # one hour
 
 
 ###  KEY EXPIRER