Allow float for server->timeout setting
This commit is contained in:
parent
742a067171
commit
5333751e45
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user