Commit b4a28300 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r3459: Increase session workspace to 16k



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3656 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 89320889
...@@ -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