From c1b5a9ab09dcbbae0e99caeb26809429a5d17ebd Mon Sep 17 00:00:00 2001 From: burris Date: Mon, 23 Sep 2002 22:07:51 +0000 Subject: [PATCH] more constants --- const.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5