Increase the default script timeout to 90 seconds.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 25 Feb 2010 00:58:07 +0000 (11:58 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 25 Feb 2010 00:58:07 +0000 (11:58 +1100)
BZ 61113

server/ctdb_tunables.c

index cca270b95c484970c2d76a0f5e52a851afab3383..dc653dfcfec4884c580eeceb4bdb71c05c3d0c20 100644 (file)
@@ -37,7 +37,7 @@ static const struct {
        { "TakeoverTimeout",      5,  offsetof(struct ctdb_tunable, takeover_timeout) },
        { "MonitorInterval",     15,  offsetof(struct ctdb_tunable, monitor_interval) },
        { "TickleUpdateInterval",20,  offsetof(struct ctdb_tunable, tickle_update_interval) },
-       { "EventScriptTimeout",  30,  offsetof(struct ctdb_tunable, script_timeout) },
+       { "EventScriptTimeout",  90,  offsetof(struct ctdb_tunable, script_timeout) },
        { "EventScriptTimeoutCount", 1,  offsetof(struct ctdb_tunable, script_timeout_count) },
        { "EventScriptUnhealthyOnTimeout", 0, offsetof(struct ctdb_tunable, script_unhealthy_on_timeout) },/* OBSOLETE */
        { "RecoveryGracePeriod", 120,  offsetof(struct ctdb_tunable, recovery_grace_period) },