1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Add timeout to integrated sever

This commit is contained in:
Unrud 2016-06-10 14:33:25 +02:00
parent 54b47c4a3e
commit b55d2181ed
4 changed files with 21 additions and 2 deletions

View file

@ -34,6 +34,7 @@ INITIAL_CONFIG = {
"hosts": "0.0.0.0:5232",
"daemon": "False",
"pid": "",
"timeout": "10",
"ssl": "False",
"certificate": "/etc/apache2/ssl/server.crt",
"key": "/etc/apache2/ssl/server.key",