]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap-hibernate: Increase unhibernation retry timeout to 100 ms
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 9 Sep 2019 13:32:14 +0000 (16:32 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 14 Nov 2019 08:44:27 +0000 (08:44 +0000)
If there are problems, 10 ms can cause excessive number of errors to be
logged.

src/imap-hibernate/imap-client.c

index e7c98e5b696e152f6643f4b594ee8bda2058f36a..fc158f154db08db97a40a135269470b6f28f890d 100644 (file)
@@ -37,7 +37,7 @@
 #define IMAP_CLIENT_MOVE_BACK_WITHOUT_INPUT_TIMEOUT_SECS (60*5)
 
 /* How often to try to unhibernate clients. */
-#define IMAP_UNHIBERNATE_RETRY_MSECS 10
+#define IMAP_UNHIBERNATE_RETRY_MSECS 100
 
 #define IMAP_CLIENT_BUFFER_FULL_ERROR "Client output buffer is full"