dovecot-2.2: lib-storage: Shrink "mailbox is being deleted" time...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 30 11:37:37 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/c8c9e3a85625
changeset: 17543:c8c9e3a85625
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 30 14:35:32 2014 +0300
description:
lib-storage: Shrink "mailbox is being deleted" timeout from 5 mins to 30 secs.
Even 30s may be too much since normally a few seconds would be enough, but
keep it high enough just in case.
diffstat:
src/lib-storage/mail-storage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0279f9d2bd81 -r c8c9e3a85625 src/lib-storage/mail-storage.c
--- a/src/lib-storage/mail-storage.c Mon Jun 30 14:34:00 2014 +0300
+++ b/src/lib-storage/mail-storage.c Mon Jun 30 14:35:32 2014 +0300
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <ctype.h>
-#define MAILBOX_DELETE_RETRY_SECS (60*5)
+#define MAILBOX_DELETE_RETRY_SECS 30
extern struct mail_search_register *mail_search_register_imap;
extern struct mail_search_register *mail_search_register_human;
More information about the dovecot-cvs
mailing list