dovecot-2.0: auth: Default for auth_cache_negative_ttl was suppo...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 18 17:39:01 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/94608c2debe2
changeset: 12298:94608c2debe2
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 18 15:38:58 2010 +0100
description:
auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.

diffstat:

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

diffs (12 lines):

diff -r b0ef4e803b1a -r 94608c2debe2 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Mon Oct 18 15:35:24 2010 +0100
+++ b/src/auth/auth-settings.c	Mon Oct 18 15:38:58 2010 +0100
@@ -216,7 +216,7 @@
 	.default_realm = "",
 	.cache_size = 0,
 	.cache_ttl = 60*60,
-	.cache_negative_ttl = 0,
+	.cache_negative_ttl = 60*60,
 	.username_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@",
 	.username_translation = "",
 	.username_format = "",


More information about the dovecot-cvs mailing list