forked from LBRYCommunity/lbry-sdk
conf: give up first contact earlier, but let the transfer go longer
This commit is contained in:
parent
2d7eb83518
commit
73da223ae1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue