]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Increased initial "mail" memory pool size.
authorTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 13:16:48 +0000 (16:16 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 13:16:48 +0000 (16:16 +0300)
--HG--
branch : HEAD

src/lib-storage/index/index-mail.c

index 022b3cdea25990d58b4fcf9a7919d28738159b6e..e9887b4389a250747b37a5e133544519bea9f528 100644 (file)
@@ -1044,7 +1044,7 @@ index_mail_alloc(struct mailbox_transaction_context *t,
        struct index_mail *mail;
        pool_t pool;
 
-       pool = pool_alloconly_create("mail", 1024);
+       pool = pool_alloconly_create("mail", 2048);
        mail = p_new(pool, struct index_mail, 1);
        mail->mail.pool = pool;