]> err.no Git - varnish/commitdiff
Go back to 1 pool by default, there is a startup problem if you only
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 21 Jun 2008 17:18:15 +0000 (17:18 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 21 Jun 2008 17:18:15 +0000 (17:18 +0000)
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

index aee70ce584b2fb4c002b4155316e5a8d27455614..760e8e32b310d6bd6d210f702e243c5ca448615f 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,
-               "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"