[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.59.2.3, 1.59.2.4
cras at dovecot.org
cras at dovecot.org
Wed Aug 23 13:39:43 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv29622
Modified Files:
Tag: branch_1_0
index-mail-headers.c
Log Message:
Grow index_header_lookup_ctx pool initial size.
Index: index-mail-headers.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.59.2.3
retrieving revision 1.59.2.4
diff -u -d -r1.59.2.3 -r1.59.2.4
--- index-mail-headers.c 30 Jul 2006 23:02:15 -0000 1.59.2.3
+++ index-mail-headers.c 23 Aug 2006 10:39:41 -0000 1.59.2.4
@@ -686,7 +686,7 @@
}
mail_cache_register_fields(ibox->cache, fields, count);
- pool = pool_alloconly_create("index_header_lookup_ctx", 512);
+ pool = pool_alloconly_create("index_header_lookup_ctx", 1024);
ctx = p_new(pool, struct index_header_lookup_ctx, 1);
ctx->ctx.box = box;
ctx->pool = pool;
More information about the dovecot-cvs
mailing list