diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-06-02 21:34:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-06-02 21:34:02 +0000 |
commit | 3284207f8859863bb65353c655026f3ca386719d (patch) | |
tree | 024139874c6be0b5f2c9e966e398cd142072aa3d /cf/conf | |
parent | 3fcb53b68a9c880c9a66e6b0d4a69b77b81d477c (diff) | |
download | pfsense-3284207f8859863bb65353c655026f3ca386719d.zip pfsense-3284207f8859863bb65353c655026f3ca386719d.tar.gz |
We need to expire entries every hour, not every half hour. (snort)
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index e505c62..8364c93 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -595,7 +595,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> |