summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2012-02-29 12:29:22 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2012-02-29 12:29:22 +1100
commite08633374357d6bae0c8b1900b32c9c895b2698b (patch)
treec7bb199aa0b21c1edf2c9bc064aefeec8993f5a8
parentf3600276fc1c0403cc79fd8792eae6183ed9e929 (diff)
downloadsamba-e08633374357d6bae0c8b1900b32c9c895b2698b.tar.gz
samba-e08633374357d6bae0c8b1900b32c9c895b2698b.tar.xz
samba-e08633374357d6bae0c8b1900b32c9c895b2698b.zip
Vacuuming: change default timeout to 120 seconds
(This used to be ctdb commit 5ae94c6b9b3000a6c79fccaaea1e007ebd5be1a9)
-rw-r--r--ctdb/server/ctdb_tunables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index c5e15c1b4a..76af85d4c6 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -60,7 +60,7 @@ static const struct {
{ "VerifyRecoveryLock", 1, offsetof(struct ctdb_tunable, verify_recovery_lock), false },
{ "VacuumInterval", 10, offsetof(struct ctdb_tunable, vacuum_interval), false },
{ "VacuumDefaultInterval", 10, offsetof(struct ctdb_tunable, vacuum_default_interval), true },
- { "VacuumMaxRunTime", 30, offsetof(struct ctdb_tunable, vacuum_max_run_time), false },
+ { "VacuumMaxRunTime", 120, offsetof(struct ctdb_tunable, vacuum_max_run_time), false },
{ "RepackLimit", 10000, offsetof(struct ctdb_tunable, repack_limit), false },
{ "VacuumLimit", 5000, offsetof(struct ctdb_tunable, vacuum_limit), false },
{ "VacuumMinInterval", 10, offsetof(struct ctdb_tunable, vacuum_min_interval), true },