forked from LBRYCommunity/lbry-sdk
increase default max_connections_per_download
This commit is contained in:
parent
2b035009ef
commit
d85d3dfaa4
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ class Config(CLIConfig):
|
||||||
previous_names=['concurrent_announcers']
|
previous_names=['concurrent_announcers']
|
||||||
)
|
)
|
||||||
max_connections_per_download = Integer(
|
max_connections_per_download = Integer(
|
||||||
"Maximum number of peers to connect to while downloading a blob", 5,
|
"Maximum number of peers to connect to while downloading a blob", 8,
|
||||||
previous_names=['max_connections_per_stream']
|
previous_names=['max_connections_per_stream']
|
||||||
)
|
)
|
||||||
fixed_peer_delay = Float(
|
fixed_peer_delay = Float(
|
||||||
|
|
Loading…
Add table
Reference in a new issue