Commit 510f1514 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Increase session workspace to 16k



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3459 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 268bdac2
...@@ -489,7 +489,7 @@ static const struct parspec input_parspec[] = { ...@@ -489,7 +489,7 @@ static const struct parspec input_parspec[] = {
"header and any edits done to it in the VCL code.\n" "header and any edits done to it in the VCL code.\n"
"Minimum is 1024 bytes.", "Minimum is 1024 bytes.",
DELAYED_EFFECT, DELAYED_EFFECT,
"8192", "bytes" }, "16384", "bytes" },
{ "obj_workspace", tweak_uint, &master.obj_workspace, 1024, UINT_MAX, { "obj_workspace", tweak_uint, &master.obj_workspace, 1024, UINT_MAX,
"Bytes of HTTP protocol workspace allocated for objects. " "Bytes of HTTP protocol workspace allocated for objects. "
"This space must be big enough for the entire HTTP protocol " "This space must be big enough for the entire HTTP protocol "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment