test stream util function

This commit is contained in:
Olof hagsand 2018-10-29 22:38:34 +01:00
parent 7450eae046
commit e4adec413a
5 changed files with 233 additions and 5 deletions

View file

@ -420,7 +420,7 @@ module clixon-config {
}
leaf CLICON_STREAM_RETENTION {
type uint32;
default 0;
default 3600;
units s;
description "Retention for stream replay buffers in seconds, ie how much
data to store before dropping. 0 means no retention";