[dovecot-cvs] dovecot/src/master master-settings.c,1.83,1.84

cras at dovecot.org cras at dovecot.org
Sat Apr 16 22:44:15 EEST 2005


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv30322/master

Modified Files:
	master-settings.c 
Log Message:
Raised initial pool sizes.



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- master-settings.c	7 Mar 2005 18:55:15 -0000	1.83
+++ master-settings.c	16 Apr 2005 19:44:12 -0000	1.84
@@ -1111,8 +1111,8 @@
 
 void master_settings_init(void)
 {
-	settings_pool = pool_alloconly_create("settings", 2048);
-	settings2_pool = pool_alloconly_create("settings2", 2048);
+	settings_pool = pool_alloconly_create("settings", 4096);
+	settings2_pool = pool_alloconly_create("settings2", 4096);
 }
 
 void master_settings_deinit(void)



More information about the dovecot-cvs mailing list