diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index 4354eb69..7ff24b1b 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -64,6 +64,9 @@ header.authlist=sample1,c2FtcGxlMQ== ## Enabled by default; to disable set to 0
event.transform.flag=1
+# Describes at what frequency (measured in minutes) should application try to fetch config from CBS
+collector.dynamic.config.update.frequency=5
+
###############################################################################
##
## Tomcat control
|