------------------------------------------------------------
revno: 534
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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) },


Reply via email to