The branch, 1.2.39 has been updated
       via  f053a6d2948a1933d38d6cdd4cae55349e71b7d4 (commit)
      from  6f6dac21f93c38c3abcbebc1b786b4da2ef9f563 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=1.2.39


- Log -----------------------------------------------------------------
commit f053a6d2948a1933d38d6cdd4cae55349e71b7d4
Author: Ronnie Sahlberg <ronniesahlb...@gmail.com>
Date:   Wed Feb 29 12:25:41 2012 +1100

    Vacuuming: change default timeout to 120 seconds
    
    S1035431

-----------------------------------------------------------------------

Summary of changes:
 server/ctdb_tunables.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_tunables.c b/server/ctdb_tunables.c
index eb90f51..62a4dd4 100644
--- a/server/ctdb_tunables.c
+++ b/server/ctdb_tunables.c
@@ -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) },


-- 
CTDB repository

Reply via email to