mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
change the takeover script timeout to 9 seconds from 5
(This used to be ctdb commit cd09c3f8fd9700261f77779aee9cf71dbd4e441e)
This commit is contained in:
parent
7e29fd6093
commit
34958c284b
@ -34,7 +34,7 @@ static const struct {
|
||||
{ "RecoverTimeout", 20, offsetof(struct ctdb_tunable, recover_timeout) },
|
||||
{ "RecoverInterval", 1, offsetof(struct ctdb_tunable, recover_interval) },
|
||||
{ "ElectionTimeout", 3, offsetof(struct ctdb_tunable, election_timeout) },
|
||||
{ "TakeoverTimeout", 5, offsetof(struct ctdb_tunable, takeover_timeout) },
|
||||
{ "TakeoverTimeout", 9, 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) },
|
||||
|
Loading…
Reference in New Issue
Block a user