From: phk Date: Sun, 22 Jun 2008 08:10:19 +0000 (+0000) Subject: Default to 2 thread pools again. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa82239dc2b2df1a6d0bcfcda4ddb3aaa53603b7;p=varnish Default to 2 thread pools again. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2766 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index 760e8e32..aee70ce5 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, - "1", "pools" }, + "2", "pools" }, { "thread_pool_max", tweak_thread_pool_max, NULL, 1, 0, "The maximum number of worker threads in all pools combined.\n" "\n"