From 14c948cb924d7c27df6e418f73883a34e8691a6b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 18 Oct 2017 12:50:13 +0200 Subject: [PATCH] added new path modes to example config --- etc/example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/example.conf b/etc/example.conf index 2aaa70e12..933de848d 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -266,7 +266,13 @@ paths = ( rate = 100, # Send message over this path with a fixed (constant) rate (default: 0). # Setting this value to 0 will disable this feature. - queuelen = 128 + queuelen = 128, + + mode = "all", # When this path should be triggered + # - "all": After all masked input nodes received new data + # - "any": After any of the masked input nodes received new data + mask = [ "acs" ], # A list of input nodes which will trigger the path + rate = 10.0 # A rate at which this path will be triggered if no input node receives new data }, { enabled = false,