[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.46, 1.47

cras at dovecot.org cras at dovecot.org
Sun Apr 17 01:22:26 EEST 2005


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

Modified Files:
	index-mail-headers.c 
Log Message:
Raised initial pool sizes.



Index: index-mail-headers.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- index-mail-headers.c	12 Apr 2005 09:56:33 -0000	1.46
+++ index-mail-headers.c	16 Apr 2005 22:22:23 -0000	1.47
@@ -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;



More information about the dovecot-cvs mailing list