diff options
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r-- | ctdb/server/ctdb_tunables.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 2d2580d6a19..bdf86528d92 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -57,7 +57,8 @@ static const struct { { "RecoveryDropAllIPs", 60, 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", 5, offsetof(struct ctdb_tunable, vacuum_max_run_time) }, + { "VacuumMaxRunTime", 5, offsetof(struct ctdb_tunable, vacuum_max_run_time) }, + { "RepackLimit", 10000, offsetof(struct ctdb_tunable, repack_limit) }, }; /* |