dovecot-2.2: replication_max_conns setting is a number, not a ti...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:25 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/005bcb8d8d02
changeset: 14291:005bcb8d8d02
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 05 14:27:02 2012 +0200
description:
replication_max_conns setting is a number, not a time interval.

diffstat:

 src/replication/replicator/replicator-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7131eb54e9cf -r 005bcb8d8d02 src/replication/replicator/replicator-settings.c
--- a/src/replication/replicator/replicator-settings.c	Mon Mar 05 13:18:28 2012 +0200
+++ b/src/replication/replicator/replicator-settings.c	Mon Mar 05 14:27:02 2012 +0200
@@ -53,7 +53,7 @@
 	DEF(SET_STR, doveadm_socket_path),
 
 	DEF(SET_TIME, replication_full_sync_interval),
-	DEF(SET_TIME, replication_max_conns),
+	DEF(SET_UINT, replication_max_conns),
 
 	SETTING_DEFINE_LIST_END
 };


More information about the dovecot-cvs mailing list