[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.15.2.9, 1.15.2.10

tss at dovecot.org tss at dovecot.org
Sun Jan 14 01:47:19 UTC 2007


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

Modified Files:
      Tag: branch_1_0
	dbox-storage.c 
Log Message:
Grow the initial pool sizes a bit.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.15.2.9
retrieving revision 1.15.2.10
diff -u -d -r1.15.2.9 -r1.15.2.10
--- dbox-storage.c	3 Jan 2007 22:40:30 -0000	1.15.2.9
+++ dbox-storage.c	14 Jan 2007 01:47:16 -0000	1.15.2.10
@@ -148,7 +148,7 @@
 		return NULL;
 	}
 
-	pool = pool_alloconly_create("storage", 512);
+	pool = pool_alloconly_create("storage", 512+256);
 	storage = p_new(pool, struct dbox_storage, 1);
 
 	storage->uidlist_dotlock_set = default_uidlist_dotlock_set;



More information about the dovecot-cvs mailing list