Rev 534: raise the default keepalive limit in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Mon Jun 11 12:27:23 GMT 2007


------------------------------------------------------------
revno: 534
revision-id: tridge at samba.org-20070611122723-0n15ehpi0fa9na90
parent: tridge at samba.org-20070611122526-0p2yfuzd846lhl6y
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Mon 2007-06-11 22:27:23 +1000
message:
  raise the default keepalive limit
modified:
  server/ctdb_tunables.c         ctdb_tunables.c-20070604095258-4m34d7cm1qa7yos9-1
=== modified file 'server/ctdb_tunables.c'
--- a/server/ctdb_tunables.c	2007-06-07 12:06:19 +0000
+++ b/server/ctdb_tunables.c	2007-06-11 12:27:23 +0000
@@ -30,7 +30,7 @@
 	{ "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) },



More information about the samba-cvs mailing list