mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Raise default limits
This commit is contained in:
parent
b25e1f23c4
commit
3d2ffe0c8e
2 changed files with 4 additions and 4 deletions
|
@ -73,11 +73,11 @@ INITIAL_CONFIG = OrderedDict([
|
|||
"help": "maximum number of parallel connections",
|
||||
"type": positive_int}),
|
||||
("max_content_length", {
|
||||
"value": "10000000",
|
||||
"value": "100000000",
|
||||
"help": "maximum size of request body in bytes",
|
||||
"type": positive_int}),
|
||||
("timeout", {
|
||||
"value": "10",
|
||||
"value": "30",
|
||||
"help": "socket timeout",
|
||||
"type": positive_int}),
|
||||
("ssl", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue