Vacuuming: change default timeout to 120 seconds
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Feb 2012 01:29:22 +0000 (12:29 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Feb 2012 01:29:22 +0000 (12:29 +1100)
(This used to be ctdb commit 5ae94c6b9b3000a6c79fccaaea1e007ebd5be1a9)

ctdb/server/ctdb_tunables.c

index c5e15c1b4a8e75aaef2d7bde23843354eea80f88..76af85d4c6e34dd285d9a4da5e6afdc18f9b1fcc 100644 (file)
@@ -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 },