From: Karl Fleischmann Date: Mon, 30 Jan 2023 15:33:45 +0000 (+0100) Subject: lib-dict: Fix comment of default proxy timeout millisecond macro X-Git-Tag: 2.4.0~3020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98c24304f32a601a8e184ae78b11b50aba89826;p=thirdparty%2Fdovecot%2Fcore.git lib-dict: Fix comment of default proxy timeout millisecond macro --- diff --git a/src/lib-dict/dict-client.c b/src/lib-dict/dict-client.c index 85c3318fd9..960b0bba03 100644 --- a/src/lib-dict/dict-client.c +++ b/src/lib-dict/dict-client.c @@ -23,7 +23,7 @@ that the socket is disconnected immediately after returning to ioloop. */ #define DICT_CLIENT_DEFAULT_TIMEOUT_MSECS 0 -/* Abort dict lookup after this many seconds. */ +/* Abort dict lookup after this many milliseconds. */ #define DICT_CLIENT_REQUEST_TIMEOUT_MSECS 30000 /* When dict lookup timeout is reached, wait a bit longer if the last dict ioloop wait was shorter than this. */