r977 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 12 23:21:36 CEST 2006


Author: phk
Date: 2006-09-12 23:21:36 +0200 (Tue, 12 Sep 2006)
New Revision: 977

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
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.


Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-12 21:02:09 UTC (rev 976)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-12 21:21:36 UTC (rev 977)
@@ -270,8 +270,8 @@
 		"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 "




More information about the varnish-commit mailing list