From deeedab0a87e00f69f4ee860ce2ee5f23cf7dcee Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 21 Jun 2008 17:18:15 +0000 Subject: [PATCH] Go back to 1 pool by default, there is a startup problem if you only get a single request. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2755 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index aee70ce5..760e8e32 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -477,7 +477,7 @@ static const struct parspec parspec[] = { "Can be increased on the fly, but decreases require a " "restart to take effect.", EXPERIMENTAL | DELAYED_EFFECT, - "2", "pools" }, + "1", "pools" }, { "thread_pool_max", tweak_thread_pool_max, NULL, 1, 0, "The maximum number of worker threads in all pools combined.\n" "\n" -- 2.39.5