changeset 4585:26bbf71e9b5e HEAD

Grow index_header_lookup_ctx pool initial size.
author Timo Sirainen <tss@iki.fi>
date Wed, 23 Aug 2006 13:39:42 +0300
parents 62e735bfb00d
children 1b8b9516bc28
files src/lib-storage/index/index-mail-headers.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail-headers.c	Tue Aug 22 05:49:53 2006 +0300
+++ b/src/lib-storage/index/index-mail-headers.c	Wed Aug 23 13:39:42 2006 +0300
@@ -685,7 +685,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;