Bump up significantly the connection rate

This commit is contained in:
Luke Murphy 2020-10-03 12:09:26 +02:00
parent 1a836650a2
commit 2c47553a9f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

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