]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt-dht.conf
Move the key expiring to the checkpoint function.
[quix0rs-apt-p2p.git] / apt-dht.conf
index 7f42e4d31822fe30147cbb5a1c7499b52495a2cd..709a0d3f81d59baf5ef20d7b41af36154161a816 100644 (file)
@@ -82,14 +82,8 @@ MIN_PING_INTERVAL = 15m
 # refresh buckets that haven't been touched in this long
 BUCKET_STALENESS = 1h
 
-# time before expirer starts running
-KEINITIAL_DELAY = 15s
-
-# time between expirer runs
-KE_DELAY = 20m
-
-# expire entries older than this
-KE_AGE = 1h
+# expire unrefreshed entries older than this
+KEY_EXPIRE = 1h
 
 # whether to spew info about the requests/responses in the protocol
 SPEW = no