From d85d3dfaa4c239e1134725383abaeda43b771165 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 31 Jan 2019 13:46:34 -0500 Subject: [PATCH] increase default max_connections_per_download --- lbrynet/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 9ef295eb7..61e0127f4 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -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(