]> err.no Git - varnish/commitdiff
Default to 2 thread pools again.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 22 Jun 2008 08:10:19 +0000 (08:10 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 22 Jun 2008 08:10:19 +0000 (08:10 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2766 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index 760e8e32b310d6bd6d210f702e243c5ca448615f..aee70ce584b2fb4c002b4155316e5a8d27455614 100644 (file)
@@ -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"