dovecot-2.2: replication_full_sync_interval default changed from...
dovecot at dovecot.org
dovecot at dovecot.org
Sun Mar 24 17:23:38 EET 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/1fa248d2aef7
changeset: 16101:1fa248d2aef7
user: Timo Sirainen <tss at iki.fi>
date: Sun Mar 24 17:23:33 2013 +0200
description:
replication_full_sync_interval default changed from 12h -> 24h
This allows doing full resyncs only at nights.
diffstat:
src/replication/replicator/replicator-settings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c4138d8db3dd -r 1fa248d2aef7 src/replication/replicator/replicator-settings.c
--- a/src/replication/replicator/replicator-settings.c Sun Mar 24 17:21:49 2013 +0200
+++ b/src/replication/replicator/replicator-settings.c Sun Mar 24 17:23:33 2013 +0200
@@ -64,7 +64,7 @@
.auth_socket_path = "auth-userdb",
.doveadm_socket_path = "doveadm-server",
- .replication_full_sync_interval = 60*60*12,
+ .replication_full_sync_interval = 60*60*24,
.replication_max_conns = 10
};
More information about the dovecot-cvs
mailing list