[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.93.2.4, 1.93.2.5
tss at dovecot.org
tss at dovecot.org
Mon Oct 9 18:24:50 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv17117
Modified Files:
Tag: branch_1_0
index-mail.c
Log Message:
Increase mail's default pool size
Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.93.2.4
retrieving revision 1.93.2.5
diff -u -d -r1.93.2.4 -r1.93.2.5
--- index-mail.c 30 Jul 2006 23:02:15 -0000 1.93.2.4
+++ index-mail.c 9 Oct 2006 17:24:48 -0000 1.93.2.5
@@ -735,7 +735,7 @@
const struct mail_index_header *hdr;
pool_t pool;
- pool = pool_alloconly_create("mail", 512);
+ pool = pool_alloconly_create("mail", 1024);
mail = p_new(pool, struct index_mail, 1);
mail->mail.pool = pool;
array_create(&mail->mail.module_contexts, pool, sizeof(void *), 5);
More information about the dovecot-cvs
mailing list