From: Maxim Mamontov Date: Mon, 28 Feb 2011 13:13:15 +0000 (+0200) Subject: Add MessageTimeout parameter and description to the config file X-Git-Tag: 2.407-rc3~161 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/49bb9608caa1c4bdb49a4a0069bd017f671d6eb4 Add MessageTimeout parameter and description to the config file --- diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf index ae5e1382..004ced0e 100644 --- a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf +++ b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf @@ -149,6 +149,13 @@ ModulesPath = /usr/lib/stg # Default: /var/stargazer/monitor #MonitorDir=/var/stargazer/monitor +# Defines message maximum lifetime +# Note: 0 — unlimited +# Parameter: optional +# Value: any numeric +# Default: 0 (day) +# MessagesTimeout = 0 + ################################################################################ # Store module # Configure the module that works with the database server diff --git a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf index ae5e1382..004ced0e 100644 --- a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf +++ b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf @@ -149,6 +149,13 @@ ModulesPath = /usr/lib/stg # Default: /var/stargazer/monitor #MonitorDir=/var/stargazer/monitor +# Defines message maximum lifetime +# Note: 0 — unlimited +# Parameter: optional +# Value: any numeric +# Default: 0 (day) +# MessagesTimeout = 0 + ################################################################################ # Store module # Configure the module that works with the database server