mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Allow float for server->timeout setting
This commit is contained in:
parent
742a067171
commit
5333751e45
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ DEFAULT_CONFIG_SCHEMA = OrderedDict([
|
||||||
("timeout", {
|
("timeout", {
|
||||||
"value": "30",
|
"value": "30",
|
||||||
"help": "socket timeout",
|
"help": "socket timeout",
|
||||||
"type": positive_int}),
|
"type": positive_float}),
|
||||||
("ssl", {
|
("ssl", {
|
||||||
"value": "False",
|
"value": "False",
|
||||||
"help": "use SSL connection",
|
"help": "use SSL connection",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue