diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 02:13:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 02:13:43 +0000 |
commit | bd93ec96d9431fdd4282677d8d8d1e464c29ff6f (patch) | |
tree | 7fd3832ac1a8f517d97d3cb9f78dff915fd10603 /cf/conf/config.xml | |
parent | a074233d7d82274f2eae50aac019856b1d806626 (diff) | |
download | pfsense-bd93ec96d9431fdd4282677d8d8d1e464c29ff6f.zip pfsense-bd93ec96d9431fdd4282677d8d8d1e464c29ff6f.tar.gz |
Reset slbd every 140 minutes as opposed to 300 minutes.
Diffstat (limited to 'cf/conf/config.xml')
-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 e216a0f..eb008cb 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -616,7 +616,7 @@ <command>/etc/ping_hosts.sh</command> </item> <item> - <minute>*/300</minute> + <minute>*/140</minute> <hour>*</hour> <mday>*</mday> <month>*</month> |