diff options
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r-- | ctdb/server/ctdb_tunables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 0d01dc85bb..5bd13d5687 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -85,6 +85,7 @@ static const struct { { "DBSizeWarn", 100000000, offsetof(struct ctdb_tunable, db_size_warn), false }, { "PullDBPreallocation", 10*1024*10240, offsetof(struct ctdb_tunable, pulldb_preallocation_size), false }, { "NoIPTakeoverOnDisabled", 0, offsetof(struct ctdb_tunable, no_ip_takeover_on_disabled), false }, + { "DeadlockTimeout", 300, offsetof(struct ctdb_tunable, deadlock_timeout), false }, }; /* |