dovecot-2.1: auth: Mention auth_worker_max_count in warning mess...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Nov 30 18:49:04 EET 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/9fa7c1b2c2ee
changeset: 13787:9fa7c1b2c2ee
user: Timo Sirainen <tss at iki.fi>
date: Wed Nov 30 18:48:44 2011 +0200
description:
auth: Mention auth_worker_max_count in warning message about worker queue being slow.
diffstat:
src/auth/auth-worker-server.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 1753a762b56f -r 9fa7c1b2c2ee src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c Fri Nov 25 04:25:09 2011 +0200
+++ b/src/auth/auth-worker-server.c Wed Nov 30 18:48:44 2011 +0200
@@ -83,7 +83,8 @@
AUTH_WORKER_DELAY_WARN_MIN_INTERVAL_SECS) {
auth_worker_last_warn = ioloop_time;
i_warning("auth workers: Auth request was queued for %d "
- "seconds, %d left in queue",
+ "seconds, %d left in queue "
+ "(see auth_worker_max_count)",
(int)(ioloop_time - request->created),
aqueue_count(worker_request_queue));
}
More information about the dovecot-cvs
mailing list