From: phk Date: Sat, 21 Jun 2008 17:18:15 +0000 (+0000) Subject: Go back to 1 pool by default, there is a startup problem if you only X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deeedab0a87e00f69f4ee860ce2ee5f23cf7dcee;p=varnish 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 --- 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"