]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dict: Fix comment of default proxy timeout millisecond macro
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 30 Jan 2023 15:33:45 +0000 (16:33 +0100)
committermarkus.valentin <markus.valentin@open-xchange.com>
Wed, 1 Feb 2023 09:30:03 +0000 (09:30 +0000)
src/lib-dict/dict-client.c

index 85c3318fd907e237f5f299c8d48b27fe2fc0f4d8..960b0bba03355a57f60fffb1ee89248eec7815da 100644 (file)
@@ -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. */