From 7d9c1087ac7989bc705a373c4b4414f4f669f7c4 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 15 Mar 2012 10:14:44 +1100 Subject: [PATCH] Revert "Disable FetchLockCollapse by default and disable LACount too" This reverts commit 0a460fc762ffab9b77431eeb48302bdac4682a10. --- server/ctdb_tunables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/ctdb_tunables.c b/server/ctdb_tunables.c index 0b2a5af3..f953d88e 100644 --- a/server/ctdb_tunables.c +++ b/server/ctdb_tunables.c @@ -70,8 +70,8 @@ static const struct { { "StatHistoryInterval", 1, offsetof(struct ctdb_tunable, stat_history_interval) }, { "DeferredAttachTO", 120, offsetof(struct ctdb_tunable, deferred_attach_timeout) }, { "AllowClientDBAttach", 1, offsetof(struct ctdb_tunable, allow_client_db_attach) }, - { "FetchLockCollapse", 0, offsetof(struct ctdb_tunable, fetch_lock_collapse) }, - { "MaxLACount", 0, offsetof(struct ctdb_tunable, max_lacount) }, + { "FetchLockCollapse", 1, offsetof(struct ctdb_tunable, fetch_lock_collapse) }, + { "MaxLACount", 20, offsetof(struct ctdb_tunable, max_lacount) }, }; /* -- 2.34.1