1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Allow float for server->timeout setting

This commit is contained in:
Unrud 2020-10-25 20:27:26 +01:00
parent 8f0de388cb
commit 02a9d749a2

View file

@ -118,7 +118,7 @@ DEFAULT_CONFIG_SCHEMA = OrderedDict([
("timeout", {
"value": "30",
"help": "socket timeout",
"type": positive_int}),
"type": positive_float}),
("ssl", {
"value": "False",
"help": "use SSL connection",