[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.18, 1.115.2.19

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


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

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



Index: maildir-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.115.2.18
retrieving revision 1.115.2.19
diff -u -d -r1.115.2.18 -r1.115.2.19
--- maildir-storage.c	3 Jan 2007 22:40:30 -0000	1.115.2.18
+++ maildir-storage.c	14 Jan 2007 01:47:17 -0000	1.115.2.19
@@ -159,7 +159,7 @@
 		       inbox_dir == NULL ? "" : inbox_dir);
 	}
 
-	pool = pool_alloconly_create("storage", 512);
+	pool = pool_alloconly_create("storage", 512+256);
 	storage = p_new(pool, struct maildir_storage, 1);
 	storage->control_dir = p_strdup(pool, home_expand(control_dir));
 	storage->copy_with_hardlinks =



More information about the dovecot-cvs mailing list