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 /conf.default | |
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 'conf.default')
-rw-r--r-- | conf.default/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |