[dovecot-cvs] dovecot/src/auth auth.c,1.15,1.16

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


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

Modified Files:
	auth.c 
Log Message:
Raised initial pool sizes.



Index: auth.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- auth.c	7 Mar 2005 18:55:13 -0000	1.15
+++ auth.c	16 Apr 2005 19:44:09 -0000	1.16
@@ -21,7 +21,7 @@
 	pool_t pool;
 	unsigned int i;
 
-	pool = pool_alloconly_create("auth", 1024);
+	pool = pool_alloconly_create("auth", 2048);
 	auth = p_new(pool, struct auth, 1);
 	auth->pool = pool;
 



More information about the dovecot-cvs mailing list