[dovecot-cvs] dovecot/src/lib-index mail-index.c,1.256,1.257

tss at dovecot.org tss at dovecot.org
Thu Jan 18 14:34:45 UTC 2007


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

Modified Files:
	mail-index.c 
Log Message:
Use larger default pool sizes



Index: mail-index.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- mail-index.c	17 Jan 2007 23:33:29 -0000	1.256
+++ mail-index.c	18 Jan 2007 14:34:43 -0000	1.257
@@ -33,7 +33,7 @@
 	index->prefix = i_strdup(prefix);
 	index->fd = -1;
 
-	index->extension_pool = pool_alloconly_create("extension", 512);
+	index->extension_pool = pool_alloconly_create("index extension", 1024);
 	p_array_init(&index->extensions, index->extension_pool, 5);
 	i_array_init(&index->sync_lost_handlers, 4);
 	array_create(&index->mail_index_module_contexts, default_pool,



More information about the dovecot-cvs mailing list