From 7889575b339f4268fe7181058b389251f0142d39 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 12 Sep 2006 21:21:36 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_param.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " -- 2.39.5