]> err.no Git - varnish/commitdiff
Increase session workspace to 16k
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 8 Dec 2008 12:37:42 +0000 (12:37 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 8 Dec 2008 12:37:42 +0000 (12:37 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3459 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index 923e7603759bdd406cd78ab6ee991515c415a91d..9c9febd25dee396bcb3e538e1b63fd103430c210 100644 (file)
@@ -489,7 +489,7 @@ static const struct parspec input_parspec[] = {
                "header and any edits done to it in the VCL code.\n"
                "Minimum is 1024 bytes.",
                DELAYED_EFFECT,
-               "8192", "bytes" },
+               "16384", "bytes" },
        { "obj_workspace", tweak_uint, &master.obj_workspace, 1024, UINT_MAX,
                "Bytes of HTTP protocol workspace allocated for objects. "
                "This space must be big enough for the entire HTTP protocol "