From 1ec2bedd589c940377a29bd006570adeb7844ff1 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 3 Feb 2011 18:38:37 +0000 Subject: Ticket #1248. Do not set this higher since the slave will take more time to detect a switch needs to be done. --- etc/rc.filter_synchronize | 1 - 1 file changed, 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize index 7eadce8..98ce9c9 100755 --- a/etc/rc.filter_synchronize +++ b/etc/rc.filter_synchronize @@ -66,7 +66,6 @@ function backup_vip_config_section() { } if($section['advbase'] <> "") { $section_val = intval($section['advbase']); - $section_val=$section_val+1; if($section_val > 255) $section_val = 255; $section['advbase'] = $section_val; -- cgit v1.1