[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.145.2.6, 1.145.2.7
tss at dovecot.org
tss at dovecot.org
Sun Jan 14 01:47:20 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv15857/index/mbox
Modified Files:
Tag: branch_1_0
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.145.2.6
retrieving revision 1.145.2.7
diff -u -d -r1.145.2.6 -r1.145.2.7
--- mbox-storage.c 3 Jan 2007 22:40:31 -0000 1.145.2.6
+++ mbox-storage.c 14 Jan 2007 01:47:18 -0000 1.145.2.7
@@ -347,7 +347,7 @@
inbox_file == NULL ? "" : inbox_file);
}
- pool = pool_alloconly_create("storage", 512);
+ pool = pool_alloconly_create("storage", 512+256);
storage = p_new(pool, struct mbox_storage, 1);
istorage = INDEX_STORAGE(storage);
istorage->storage = mbox_storage;
More information about the dovecot-cvs
mailing list