changeset 9922:2e94a44c34ff HEAD

config: Increased initial memory pool size.
author Timo Sirainen <tss@iki.fi>
date Thu, 10 Sep 2009 18:54:14 -0400
parents 5bcb78c2eabb
children 77228b5431e1
files src/config/config-request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config/config-request.c	Thu Sep 10 18:51:09 2009 -0400
+++ b/src/config/config-request.c	Thu Sep 10 18:54:14 2009 -0400
@@ -243,7 +243,7 @@
 	int ret = 0;
 
 	memset(&ctx, 0, sizeof(ctx));
-	ctx.pool = pool_alloconly_create("config request", 1024*16);
+	ctx.pool = pool_alloconly_create("config request", 1024*32);
 
 	if (config_filter_parsers_get(config_filter, ctx.pool, filter,
 				      &parsers, &error) < 0) {