set max lacount to default to 20
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 7 Mar 2012 05:32:19 +0000 (16:32 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 7 Mar 2012 05:32:19 +0000 (16:32 +1100)
server/ctdb_tunables.c

index dfdb0a0f14c72c23e598e71813f992b65e422c38..f953d88ecabf71183fba9fd427dc79df3fc8075d 100644 (file)
@@ -71,7 +71,7 @@ static const struct {
        { "DeferredAttachTO",  120,  offsetof(struct ctdb_tunable, deferred_attach_timeout) },
        { "AllowClientDBAttach", 1, offsetof(struct ctdb_tunable, allow_client_db_attach) },
        { "FetchLockCollapse", 1, offsetof(struct ctdb_tunable, fetch_lock_collapse) },
-       { "MaxLACount",           0,  offsetof(struct ctdb_tunable, max_lacount) },
+       { "MaxLACount",           20,  offsetof(struct ctdb_tunable, max_lacount) },
 };
 
 /*