Refresh DHT values just before they are due to expire.
[quix0rs-apt-p2p.git] / apt-dht.conf
index 709a0d3f81d59baf5ef20d7b41af36154161a816..89826697a2ec359cb3f2e96fb8e3a5b02086af9f 100644 (file)
@@ -34,6 +34,10 @@ LOCAL_OK = no
 # to reload when a new request arrives.
 UNLOAD_PACKAGES_CACHE = 5m
 
+# Refresh the DHT keys after this much time has passed.
+# This should be a time slightly less than the DHT's KEY_EXPIRE value.
+KEY_REFRESH = 57m
+
 # Which DHT implementation to use.
 # It must be possile to do "from <DHT>.DHT import DHT" to get a class that
 # implements the IDHT interface. There should also be a similarly named