Increase the concurrency of DHT requests to 8.
[quix0rs-apt-p2p.git] / apt_p2p / apt_p2p_conf.py
index 8e6f27417d1e10a30f8110702db8533ae2cc8310..98beae7fa237014f39d2372019c6481cf82aaa93 100644 (file)
@@ -97,7 +97,7 @@ DHT_DEFAULTS = {
     
     ### SEARCHING/STORING
     # concurrent xmlrpc calls per find node/value request!
-    'CONCURRENT_REQS': '4',
+    'CONCURRENT_REQS': '8',
     
     # how many hosts to post to
     'STORE_REDUNDANCY': '3',