summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 02:37:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 02:37:06 +0000
commitef0a51fd0148771fbf0ab99c3f853040c922b19b (patch)
tree92eda4e9b8293689276a8c3d9091eda551345204 /etc/inc
parentbf913ad5c854f45bbd436f13ac40dc5844f5a1b0 (diff)
downloadpfsense-ef0a51fd0148771fbf0ab99c3f853040c922b19b.zip
pfsense-ef0a51fd0148771fbf0ab99c3f853040c922b19b.tar.gz
Only wait 1 second in between supress checks
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index f89b9ab..c52aa65 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -517,7 +517,7 @@ function interfaces_carp_bring_up_final() {
$supress = intval(`/sbin/sysctl net.inet.carp.suppress_preempt | cut -d" " -f2`);
if($g['booting']) {
while($supress > 0) {
- sleep(2);
+ sleep(1);
$supress = intval(`/sbin/sysctl net.inet.carp.suppress_preempt | cut -d" " -f2`);
if($counter > 15)
$supress = 0;
OpenPOWER on IntegriCloud