[4.0] 49900b7 Bump the minimum workspace_client to 9k.

Lasse Karstensen lkarsten at varnish-software.com
Mon Sep 22 16:38:25 CEST 2014


commit 49900b779035d2f2f1e0e3f677a40972017ab833
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 1 08:57:24 2014 +0000

    Bump the minimum workspace_client to 9k.

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 9135d8f..62aff53 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -92,7 +92,7 @@ struct parspec mgt_parspec[] = {
 		"384", "bytes" },
 	{ "workspace_client",
 		tweak_bytes_u, &mgt_param.workspace_client,
-		"3072", NULL,
+		"9k", NULL,
 		"Bytes of HTTP protocol workspace for clients HTTP req/resp."
 		"  If larger than 4k, use a multiple of 4k for VM efficiency.",
 		DELAYED_EFFECT,



More information about the varnish-commit mailing list