From aa82239dc2b2df1a6d0bcfcda4ddb3aaa53603b7 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Jun 2008 08:10:19 +0000 Subject: [PATCH] Default to 2 thread pools again. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2766 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 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" -- 2.39.5