Return a token in find_node responses, use it in store_value requests.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index fb2be962d5334a7e9c0bd26da8d22c1c29f0f069..42a3d38d3bdd002b0e5fc852ab807b7e4123d3a7 100644 (file)
@@ -62,7 +62,7 @@ DHT_DEFAULTS = {
     'HASH_LENGTH': '160',
     
     # checkpoint every this many seconds
-    'CHECKPOINT_INTERVAL': '15m', # fifteen minutes
+    'CHECKPOINT_INTERVAL': '5m', # five minutes
     
     ### SEARCHING/STORING
     # concurrent xmlrpc calls per find node/value request!