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, 29 Feb 2012 01:25:41 +0000 (12:25 +1100)
S1035431

server/ctdb_tunables.c

index eb90f5194b3525eac2ea3b02047e2a8e5117d2b5..62a4dd4f8424a80373e24f70425eb38174133f31 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) },