dovecot-2.0-sslstream: auth: Drop idling worker processes after ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:00 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/96838accb6af
changeset: 10254:96838accb6af
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 05 15:00:12 2009 -0500
description:
auth: Drop idling worker processes after 5 minutes, not 30 minutes.

diffstat:

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

diffs (12 lines):

diff -r 5866ea3cfa71 -r 96838accb6af src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c	Thu Nov 05 14:37:20 2009 -0500
+++ b/src/auth/auth-worker-server.c	Thu Nov 05 15:00:12 2009 -0500
@@ -15,7 +15,7 @@
 #include <unistd.h>
 
 #define AUTH_WORKER_LOOKUP_TIMEOUT_SECS 60
-#define AUTH_WORKER_MAX_IDLE_SECS (60*30)
+#define AUTH_WORKER_MAX_IDLE_SECS (60*5)
 #define AUTH_WORKER_DELAY_WARN_SECS 3
 #define AUTH_WORKER_DELAY_WARN_MIN_INTERVAL_SECS 300
 


More information about the dovecot-cvs mailing list