From cce3c8c7b5197329b0ae62a5adfdeb1325de82b7 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 29 May 2018 16:25:47 -0400 Subject: [PATCH] increase kademlia rpc timeout to 8 seconds --- lbrynet/dht/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/dht/constants.py b/lbrynet/dht/constants.py index 7ea3f7258..2697e0d64 100644 --- a/lbrynet/dht/constants.py +++ b/lbrynet/dht/constants.py @@ -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