Browse Source

Bump up significantly the connection rate

main
Luke Murphy 4 years ago
parent
commit
2c47553a9f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      etherpump/commands/pull.py

2
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",
)

Loading…
Cancel
Save