Commit 5731894a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Double the default workspace for the benefit of Blackberris and other

low-bandwidth devices which for some reason include their entire
lifehistory in the HTTP requests.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@977 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e32c642e
......@@ -270,8 +270,8 @@ static struct parspec parspec[] = {
"This space must be big enough for the entire HTTP protocol "
"header and any edits done to it in the VCL code.\n"
SHOULD_RESTART
"Default is 4096 bytes. "
"Minimum is 1024 bytes. ", "4096" },
"Default is 8192 bytes. "
"Minimum is 1024 bytes. ", "8192" },
{ "sess_timeout", tweak_sess_timeout,
"Idle timeout for persistent sessions. "
"If a HTTP request has not been received in this many "
......
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