changeset 3297:b596431525d3 HEAD

Raised initial pool sizes.
author Timo Sirainen <tss@iki.fi>
date Sun, 17 Apr 2005 01:22:23 +0300
parents c2b8904dc21b
children ed7e4f7a2315
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	Sun Apr 17 01:01:11 2005 +0300
+++ b/src/lib-storage/index/index-mail-headers.c	Sun Apr 17 01:22:23 2005 +0300
@@ -654,7 +654,7 @@
 	}
 	mail_cache_register_fields(ibox->cache, fields, count);
 
-	pool = pool_alloconly_create("index_header_lookup_ctx", 256);
+	pool = pool_alloconly_create("index_header_lookup_ctx", 512);
 	ctx = p_new(pool, struct index_header_lookup_ctx, 1);
 	ctx->ctx.box = box;
 	ctx->pool = pool;