From 2c47553a9f46d3e3eff3056e84b5a4e7298adeaa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 12:09:26 +0200 Subject: [PATCH] Bump up significantly the connection rate --- etherpump/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 907cd17..2b90c61 100644 --- a/etherpump/commands/pull.py +++ b/etherpump/commands/pull.py @@ -71,7 +71,7 @@ def build_argument_parser(args): ) parser.add_argument( "--connection", - default=5, + default=200, type=int, help="number of connections to run concurrently", )