Commit 2fc27436 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Klaus Wölfel

Timerserver interval can be set as a float in case shorter than 1 second interva…

…l for activities is needed.

/reviewed-on nexedi/slapos!281
parent 04c27ca1
......@@ -109,7 +109,7 @@
"timerserver-interval": {
"description": "Timerserver tick perdiod, in seconds, or 0 to disable",
"default": 5,
"type": "integer"
"type": "number"
},
"webdav": {
"description": "Serve webdav queries, implies timerserver-interval=0 (disabled). Mixing webdav and non-webdav nodes in a single family will give unspecified results.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment