diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-06-02 21:32:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-06-02 21:32:42 +0000 |
commit | f3f5b5d6d151636f6bb4892c54b8f0a3c87007e7 (patch) | |
tree | 78978734869c4728cd45bdad96b45ddde71399a9 /cf | |
parent | fc041d55166f038fb01b8e01a9beaf312206c0e8 (diff) | |
download | pfsense-f3f5b5d6d151636f6bb4892c54b8f0a3c87007e7.zip pfsense-f3f5b5d6d151636f6bb4892c54b8f0a3c87007e7.tar.gz |
We need to expire entries every hour, not every half hour. (snort)
Diffstat (limited to 'cf')
-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 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> |