]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Mention auth_worker_max_count in warning message about worker queue being slow.
authorTimo Sirainen <tss@iki.fi>
Wed, 30 Nov 2011 16:48:44 +0000 (18:48 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 30 Nov 2011 16:48:44 +0000 (18:48 +0200)
src/auth/auth-worker-server.c

index 749e4ee50d58ec39911aee63d2c22004554c9971..b8e6fd8dfeae7e4d043886e083fae5e32cac706f 100644 (file)
@@ -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));
        }