From 73da223ae1fca3f573a5e96d14ab71989564c7e6 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 8 Feb 2019 01:05:58 -0300 Subject: [PATCH] conf: give up first contact earlier, but let the transfer go longer --- lbrynet/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 2f2eab69e..9c90cdeba 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -475,8 +475,8 @@ class Config(CLIConfig): # protocol timeouts download_timeout = Float("Cumulative timeout for a stream to begin downloading before giving up", 30.0) - blob_download_timeout = Float("Timeout to download a blob from a peer", 20.0) - peer_connect_timeout = Float("Timeout to establish a TCP connection to a peer", 3.0) + blob_download_timeout = Float("Timeout to download a blob from a peer", 30.0) + peer_connect_timeout = Float("Timeout to establish a TCP connection to a peer", 2.0) node_rpc_timeout = Float("Timeout when making a DHT request", constants.rpc_timeout) # blob announcement and download