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. } );