From 784e64fb42bbf9fcfc760112123994fed3bf53c2 Mon Sep 17 00:00:00 2001 From: Marija Stevic Date: Sun, 11 Oct 2015 10:20:12 +0200 Subject: [PATCH] add info for decimate hook --- server/etc/example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/etc/example.conf b/server/etc/example.conf index d6e74e6d4..804f81e40 100644 --- a/server/etc/example.conf +++ b/server/etc/example.conf @@ -165,7 +165,7 @@ paths = ( in = "opal_node", # There's only a single source node allowed! out = [ "udp_node", "tcp_node" ], # Multiple destination nodes are supported too. - hook = [ "print", "decimate" ] # Same is true for hooks. + hook = [ "print", "decimate:10" ] # Same is true for hooks. # Multipe hook functions are executed in the order they are specified here. } );