diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 02:14:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 02:14:23 +0000 |
commit | 0ca9fb6095f7a947d8ae5a11dd6136d5108c90f4 (patch) | |
tree | 86322572161604da8c59464d728e3e474bf7fe01 /cf | |
parent | 53f926dfcfaa0bcafdada512c4530b80074379fb (diff) | |
download | pfsense-0ca9fb6095f7a947d8ae5a11dd6136d5108c90f4.zip pfsense-0ca9fb6095f7a947d8ae5a11dd6136d5108c90f4.tar.gz |
Reset slbd every 140 minutes as opposed to 300 minutes.
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 7625903..4997e1f 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -703,7 +703,7 @@ <command>/etc/ping_hosts.sh</command> </item> <item> - <minute>*/300</minute> + <minute>*/140</minute> <hour>*</hour> <mday>*</mday> <month>*</month> |