increase default max_connections_per_download

This commit is contained in:
Jack Robison 2019-01-31 13:46:34 -05:00
parent 2b035009ef
commit d85d3dfaa4
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -489,7 +489,7 @@ class Config(CLIConfig):
previous_names=['concurrent_announcers']
)
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']
)
fixed_peer_delay = Float(