Skip to content

Commit

Permalink
reduce default parallel connections to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Aug 28, 2018
1 parent 8869b34 commit 6c12b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config
Expand Up @@ -18,7 +18,7 @@
#hosts = 127.0.0.1:5232

# Max parallel connections
#max_connections = 20
#max_connections = 8

# Max size of request body (bytes)
#max_content_length = 100000000
Expand Down
2 changes: 1 addition & 1 deletion radicale/config.py
Expand Up @@ -65,7 +65,7 @@ def logging_level(value):
"aliases": ["-H", "--hosts"],
"type": str}),
("max_connections", {
"value": "20",
"value": "8",
"help": "maximum number of parallel connections",
"type": positive_int}),
("max_content_length", {
Expand Down

0 comments on commit 6c12b13

Please sign in to comment.