[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.42,1.43

cras at dovecot.org cras at dovecot.org
Tue Jul 20 20:55:06 EEST 2004


Update of /home/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv24922/lib-index

Modified Files:
	mail-cache.c 
Log Message:
Use larger field_pool size by default.



Index: mail-cache.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- mail-cache.c	20 Jul 2004 16:50:56 -0000	1.42
+++ mail-cache.c	20 Jul 2004 17:55:03 -0000	1.43
@@ -234,7 +234,7 @@
 	cache = i_new(struct mail_cache, 1);
 	cache->index = index;
 	cache->fd = -1;
-        cache->field_pool = pool_alloconly_create("Cache fields", 512);
+        cache->field_pool = pool_alloconly_create("Cache fields", 1024);
 	cache->field_name_hash =
 		hash_create(default_pool, cache->field_pool, 0,
 			    strcase_hash, (hash_cmp_callback_t *)strcasecmp);



More information about the dovecot-cvs mailing list