Revert "set max lacount to default to 20"
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 14 Mar 2012 23:15:33 +0000 (10:15 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 14 Mar 2012 23:15:33 +0000 (10:15 +1100)
This reverts commit 9e702ae900809bde8c3ba7e7a29a1171d0b7ed86.

server/ctdb_tunables.c

index f953d88ecabf71183fba9fd427dc79df3fc8075d..dfdb0a0f14c72c23e598e71813f992b65e422c38 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",           20,  offsetof(struct ctdb_tunable, max_lacount) },
+       { "MaxLACount",           0,  offsetof(struct ctdb_tunable, max_lacount) },
 };
 
 /*