summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-02 21:34:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-02 21:34:02 +0000
commit3284207f8859863bb65353c655026f3ca386719d (patch)
tree024139874c6be0b5f2c9e966e398cd142072aa3d /conf.default
parent3fcb53b68a9c880c9a66e6b0d4a69b77b81d477c (diff)
downloadpfsense-3284207f8859863bb65353c655026f3ca386719d.zip
pfsense-3284207f8859863bb65353c655026f3ca386719d.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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 822c19b..57cfdfc 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -586,7 +586,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>
OpenPOWER on IntegriCloud