Streaming sites (#628)

* Added new sites, new error solution caption
This commit is contained in:
Soxoj
2022-09-11 01:49:46 +03:00
committed by GitHub
parent b288c37d91
commit c5e973bc5b
4 changed files with 151 additions and 14 deletions
+1 -1
View File
@@ -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",