mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 14:47:35 +03:00
Limit number of parallel connections
This commit is contained in:
parent
e438d9fd4b
commit
83ea9da2b4
4 changed files with 22 additions and 2 deletions
|
@ -34,6 +34,7 @@ INITIAL_CONFIG = {
|
|||
"hosts": "0.0.0.0:5232",
|
||||
"daemon": "False",
|
||||
"pid": "",
|
||||
"max_connections": "20",
|
||||
"max_content_length": "10000000",
|
||||
"timeout": "10",
|
||||
"ssl": "False",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue