dovecot-1.2: Auth workers: Use the correct lookup timeout.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 21 22:40:51 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/a24661b372a1
changeset: 8474:a24661b372a1
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Nov 21 22:40:03 2008 +0200
description:
Auth workers: Use the correct lookup timeout.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/auth-worker-server.c |    2 +-

diffs (12 lines):

diff -r 81bc28227b6c -r a24661b372a1 src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c	Fri Nov 21 21:29:44 2008 +0200
+++ b/src/auth/auth-worker-server.c	Fri Nov 21 22:40:03 2008 +0200
@@ -343,7 +343,7 @@ void auth_worker_call(struct auth_reques
 
 	if (conn->request_count == 0) {
 		timeout_remove(&conn->to);
-		conn->to = timeout_add(AUTH_WORKER_MAX_IDLE_SECS * 1000,
+		conn->to = timeout_add(AUTH_WORKER_LOOKUP_TIMEOUT_SECS * 1000,
 				       auth_worker_call_timeout, conn);
 		idle_count--;
 	}


More information about the dovecot-cvs mailing list