From: phk Date: Tue, 12 Sep 2006 21:21:36 +0000 (+0000) Subject: Double the default workspace for the benefit of Blackberris and other X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7889575b339f4268fe7181058b389251f0142d39;p=varnish 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: svn+ssh://projects.linpro.no/svn/varnish/trunk@977 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index ab30e1b3..ff3879f1 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -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 "