mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-15 19:05:43 +00:00
+1
-1
@@ -172,7 +172,7 @@ def setup_arguments_parser(settings: Settings):
|
||||
type=int,
|
||||
dest="connections",
|
||||
default=settings.max_connections,
|
||||
help="Allowed number of concurrent connections.",
|
||||
help=f"Allowed number of concurrent connections (default {settings.max_connections}).",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no-recursion",
|
||||
|
||||
Reference in New Issue
Block a user