increase kademlia rpc timeout to 8 seconds

This commit is contained in:
Jack Robison 2018-05-29 16:25:47 -04:00
parent 0e80123615
commit cce3c8c7b5
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -25,7 +25,7 @@ k = 8
replacementCacheSize = 8
#: 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
rpcAttempts = 5