From: Andrew Tridgell Date: Mon, 11 Jun 2007 12:27:23 +0000 (+1000) Subject: raise the default keepalive limit X-Git-Tag: tevent-0.9.20~348^2~2497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=031e205832604ed7c990969f365c7bcb630ae8a3;p=thirdparty%2Fsamba.git raise the default keepalive limit (This used to be ctdb commit 4776a187a183bd129ded70e9c018c197b3d618be) --- diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 2005f3ada43..92e8cec71a0 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -30,7 +30,7 @@ static const struct { { "ControlTimeout", 60, offsetof(struct ctdb_tunable, control_timeout) }, { "TraverseTimeout", 20, offsetof(struct ctdb_tunable, traverse_timeout) }, { "KeepaliveInterval", 2, offsetof(struct ctdb_tunable, keepalive_interval) }, - { "KeepaliveLimit", 3, offsetof(struct ctdb_tunable, keepalive_limit) }, + { "KeepaliveLimit", 5, offsetof(struct ctdb_tunable, keepalive_limit) }, { "MaxLACount", 7, offsetof(struct ctdb_tunable, max_lacount) }, { "RecoverTimeout", 5, offsetof(struct ctdb_tunable, recover_timeout) }, { "RecoverInterval", 1, offsetof(struct ctdb_tunable, recover_interval) },