summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-04 00:53:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-04 00:53:28 +0000
commita2941f9e1ae082d6978efb13eb19e298a4ab624a (patch)
tree85fc71aa05ea92fe4ee015bac8cfbaaea5762547 /etc/inc
parenteb9b9c5ccb896c99bc94d3e57e90df9bba91daaa (diff)
downloadpfsense-a2941f9e1ae082d6978efb13eb19e298a4ab624a.zip
pfsense-a2941f9e1ae082d6978efb13eb19e298a4ab624a.tar.gz
Increase timeout to 900
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 4410b3f..c9c6885 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1885,10 +1885,10 @@ function carp_sync_client() {
$cli = new XML_RPC_Client('/xmlrpc.php', $synchronizetoip, $port);
$msg = new XML_RPC_Message('pfsense.filter_configure', array(new XML_RPC_Value($carp['password'], 'string')));
$cli->setCredentials($config['system']['username'], $carp['password']);
- $cli->send($msg, "240");
+ $cli->send($msg, "900");
/* signal a carp reload */
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure_xmlrpc', array(new XML_RPC_Value($carp['password'], 'string')));
- $cli->send($msg, "240");
+ $cli->send($msg, "900");
}
}
}
@@ -1915,4 +1915,4 @@ function return_vpn_subnet($adr) {
return " # error - {$adr['network']} ";
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud