X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=server%2Fctdb_tunables.c;h=4cd1b457206e474d5bc42673a894d3b1d071ebbf;hb=41ff8fd5aabda7d180d6c9458f43eb436ebcf947;hp=47694b7e597d7a66c1e3f35faeec21017fb21c4a;hpb=f5acdbc1fa120446f870789bcfb44e3d6e30b479;p=sahlberg%2Fctdb.git diff --git a/server/ctdb_tunables.c b/server/ctdb_tunables.c index 47694b7e..4cd1b457 100644 --- a/server/ctdb_tunables.c +++ b/server/ctdb_tunables.c @@ -30,7 +30,6 @@ static const struct { { "TraverseTimeout", 20, offsetof(struct ctdb_tunable, traverse_timeout) }, { "KeepaliveInterval", 5, offsetof(struct ctdb_tunable, keepalive_interval) }, { "KeepaliveLimit", 5, offsetof(struct ctdb_tunable, keepalive_limit) }, - { "MaxLACount", 7, offsetof(struct ctdb_tunable, max_lacount) }, { "RecoverTimeout", 20, offsetof(struct ctdb_tunable, recover_timeout) }, { "RecoverInterval", 1, offsetof(struct ctdb_tunable, recover_interval) }, { "ElectionTimeout", 3, offsetof(struct ctdb_tunable, election_timeout) },