mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
reduce default parallel connections to 8
This commit is contained in:
parent
8869b34470
commit
6c12b13ec1
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ INITIAL_CONFIG = OrderedDict([
|
|||
"aliases": ["-H", "--hosts"],
|
||||
"type": str}),
|
||||
("max_connections", {
|
||||
"value": "20",
|
||||
"value": "8",
|
||||
"help": "maximum number of parallel connections",
|
||||
"type": positive_int}),
|
||||
("max_content_length", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue