r3656 - branches/2.0/varnish-cache/bin/varnishd
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Fri Feb 6 13:01:31 CET 2009
Author: tfheen
Date: 2009-02-06 13:01:31 +0100 (Fri, 06 Feb 2009)
New Revision: 3656
Modified:
branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
Log:
Merge r3459: Increase session workspace to 16k
Modified: branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-06 11:57:45 UTC (rev 3655)
+++ branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-06 12:01:31 UTC (rev 3656)
@@ -489,7 +489,7 @@
"header and any edits done to it in the VCL code.\n"
"Minimum is 1024 bytes.",
DELAYED_EFFECT,
- "8192", "bytes" },
+ "16384", "bytes" },
{ "obj_workspace", tweak_uint, &master.obj_workspace, 1024, UINT_MAX,
"Bytes of HTTP protocol workspace allocated for objects. "
"This space must be big enough for the entire HTTP protocol "
More information about the varnish-commit
mailing list