forked from LBRYCommunity/lbry-sdk
increase kademlia rpc timeout to 8 seconds
This commit is contained in:
parent
0e80123615
commit
cce3c8c7b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ k = 8
|
||||||
replacementCacheSize = 8
|
replacementCacheSize = 8
|
||||||
|
|
||||||
#: Timeout for network operations (in seconds)
|
#: Timeout for network operations (in seconds)
|
||||||
rpcTimeout = 5
|
rpcTimeout = 8
|
||||||
|
|
||||||
# number of rpc attempts to make before a timeout results in the node being removed as a contact
|
# number of rpc attempts to make before a timeout results in the node being removed as a contact
|
||||||
rpcAttempts = 5
|
rpcAttempts = 5
|
||||||
|
|
Loading…
Reference in a new issue