dovecot-2.0: auth: Drop idling worker processes after 5 minutes,...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 5 22:00:24 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/96838accb6af
changeset: 10253: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