[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.65, 1.66

cras at dovecot.org cras at dovecot.org
Wed Aug 23 13:39:44 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv11986

Modified Files:
	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.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- index-mail-headers.c	30 Jul 2006 23:02:16 -0000	1.65
+++ index-mail-headers.c	23 Aug 2006 10:39:42 -0000	1.66
@@ -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;



More information about the dovecot-cvs mailing list