We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18cda5 commit 417631bCopy full SHA for 417631b
p2p/kademlia.py
@@ -32,7 +32,7 @@
32
k_b = 8 # 8 bits per hop
33
34
k_bucket_size = 16
35
-k_request_timeout = 0.9 # timeout of message round trips
+k_request_timeout = 7.2 # timeout of message round trips
36
k_idle_bucket_refresh_interval = 3600 # ping all nodes in bucket if bucket was idle
37
k_find_concurrency = 3 # parallel find node lookups
38
k_pubkey_size = 512
0 commit comments