Skip to content

Commit

Permalink
Allow float for server->timeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Oct 25, 2020
1 parent 742a067 commit 5333751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _convert_to_bool(value):
("timeout", {
"value": "30",
"help": "socket timeout",
"type": positive_int}),
"type": positive_float}),
("ssl", {
"value": "False",
"help": "use SSL connection",
Expand Down

0 comments on commit 5333751

Please sign in to comment.