From: burris Date: Mon, 23 Sep 2002 22:07:51 +0000 (+0000) Subject: more constants X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c1b5a9ab09dcbbae0e99caeb26809429a5d17ebd;p=quix0rs-apt-p2p.git more constants --- diff --git a/const.py b/const.py index e6ef832..1d904f6 100644 --- a/const.py +++ b/const.py @@ -22,3 +22,6 @@ KE_AGE = KEINITIAL_DELAY # never ping a node more often than this MIN_PING_INTERVAL = 60 * 15 # fifteen minutes + +# refresh buckets that haven't been touched in this long +BUCKET_STALENESS = 60 # one hour