]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Drop idling worker processes after 5 minutes, not 30 minutes.
authorTimo Sirainen <tss@iki.fi>
Thu, 5 Nov 2009 20:00:12 +0000 (15:00 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 5 Nov 2009 20:00:12 +0000 (15:00 -0500)
--HG--
branch : HEAD

src/auth/auth-worker-server.c

index 0bd33340b7f6352d73f3395ace56053fb851debb..d4ed50882032c96b0d3bcba1b6b42fe52445b6a5 100644 (file)
@@ -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