diff options
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 118da50..7d749c0 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -677,7 +677,7 @@ <month>*</month> <wday>*</wday> <who>root</who> - <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c</command> + <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command> </item> <item> <minute>*/5</minute> diff --git a/conf.default/config.xml b/conf.default/config.xml index d3842d8..8c03c3a 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -668,7 +668,7 @@ <month>*</month> <wday>*</wday> <who>root</who> - <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c</command> + <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command> </item> <item> <minute>*/5</minute> |