]> err.no Git - varnish/commitdiff
Double the default workspace for the benefit of Blackberris and other
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Sep 2006 21:21:36 +0000 (21:21 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Sep 2006 21:21:36 +0000 (21:21 +0000)
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

index ab30e1b32cbfdb379f8f1d0f95695651578bda31..ff3879f12e64dc456369fe04fb55ffd3735851cc 100644 (file)
@@ -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 "