[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.161, 1.162
tss at dovecot.org
tss at dovecot.org
Sun Jan 14 01:47:23 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv15893/index/mbox
Modified Files:
mbox-storage.c
Log Message:
Grow the initial pool sizes a bit.
Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- mbox-storage.c 21 Dec 2006 15:20:32 -0000 1.161
+++ mbox-storage.c 14 Jan 2007 01:47:21 -0000 1.162
@@ -391,7 +391,7 @@
list_set.mail_storage_flags = &flags;
list_set.lock_method = &lock_method;
- pool = pool_alloconly_create("storage", 512);
+ pool = pool_alloconly_create("storage", 512+256);
storage = p_new(pool, struct mbox_storage, 1);
if (mailbox_list_init("fs", &list_set,
More information about the dovecot-cvs
mailing list