[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.31, 1.32
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/dbox
In directory talvi:/tmp/cvs-serv15893/index/dbox
Modified Files:
dbox-storage.c
Log Message:
Grow the initial pool sizes a bit.
Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- dbox-storage.c 28 Dec 2006 16:51:10 -0000 1.31
+++ dbox-storage.c 14 Jan 2007 01:47:19 -0000 1.32
@@ -152,7 +152,7 @@
return NULL;
}
- pool = pool_alloconly_create("storage", 512);
+ pool = pool_alloconly_create("storage", 512+256);
storage = p_new(pool, struct dbox_storage, 1);
if (mailbox_list_init("fs", &list_set,
More information about the dovecot-cvs
mailing list