]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
raise the default keepalive limit
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Jun 2007 12:27:23 +0000 (22:27 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Jun 2007 12:27:23 +0000 (22:27 +1000)
(This used to be ctdb commit 4776a187a183bd129ded70e9c018c197b3d618be)

ctdb/server/ctdb_tunables.c

index 2005f3ada43db58e0d7bf3f8ecbcab57f37284db..92e8cec71a02ff692188ac6b47832424fbf545b0 100644 (file)
@@ -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) },