]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - krpc.py
now if you provide a list to storeValueForKey it will use the krpc
[quix0rs-apt-p2p.git] / krpc.py
diff --git a/krpc.py b/krpc.py
index 1cf33d5478fe52df203c53e246521e2f44836ffe..efdc29ffe47bc2c9ba9fd66528444b04f56256dc 100644 (file)
--- a/krpc.py
+++ b/krpc.py
@@ -15,7 +15,7 @@ from traceback import format_exception
 
 import khash as hash
 
-KRPC_TIMEOUT = 60
+KRPC_TIMEOUT = 20
 
 KRPC_ERROR = 1
 KRPC_ERROR_METHOD_UNKNOWN = 2