From: Timo Sirainen Date: Wed, 30 Nov 2011 16:48:44 +0000 (+0200) Subject: auth: Mention auth_worker_max_count in warning message about worker queue being slow. X-Git-Tag: 2.1.rc2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcf783de46ff808f02dda927aba927b4a9b5098;p=thirdparty%2Fdovecot%2Fcore.git auth: Mention auth_worker_max_count in warning message about worker queue being slow. --- diff --git a/src/auth/auth-worker-server.c b/src/auth/auth-worker-server.c index 749e4ee50d..b8e6fd8dfe 100644 --- a/src/auth/auth-worker-server.c +++ b/src/auth/auth-worker-server.c @@ -83,7 +83,8 @@ static void auth_worker_request_send(struct auth_worker_connection *conn, 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)); }