Vacuuming: change default timeout to 120 seconds
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Feb 2012 01:25:41 +0000 (12:25 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 7 Mar 2012 04:49:51 +0000 (15:49 +1100)
S1035431

server/ctdb_tunables.c

index ef86051cecf2ebd634dfa30b5c4d28dca4d9b1f3..092c30fe9b404265a11c8db3d7139f2fbab342a2 100644 (file)
@@ -58,7 +58,7 @@ static const struct {
        { "RecoveryDropAllIPs", 120,  offsetof(struct ctdb_tunable, recovery_drop_all_ips) },
        { "VerifyRecoveryLock",   1,  offsetof(struct ctdb_tunable, verify_recovery_lock) },
        { "VacuumDefaultInterval", 10,  offsetof(struct ctdb_tunable, vacuum_default_interval) },
-       { "VacuumMaxRunTime",     30,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
+       { "VacuumMaxRunTime",     120,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
        { "RepackLimit",      10000,  offsetof(struct ctdb_tunable, repack_limit) },
        { "VacuumLimit",       5000,  offsetof(struct ctdb_tunable, vacuum_limit) },
        { "VacuumMinInterval",   10,  offsetof(struct ctdb_tunable, vacuum_min_interval) },