Explorar el Código

Allow float for server->timeout setting

Unrud hace 5 años
padre
commit
5333751e45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      radicale/config.py

+ 1 - 1
radicale/config.py

@@ -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",