changeset 12298:94608c2debe2

auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.
author Timo Sirainen <tss@iki.fi>
date Mon, 18 Oct 2010 15:38:58 +0100
parents b0ef4e803b1a
children 7b47c5a321b9
files src/auth/auth-settings.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = "",