[master] b406bd9 Reduce fetch_chunksize to 16k as agreed on VDD14Q4.

Federico G. Schwindt fgsch at lodoss.net
Fri Nov 28 15:23:29 CET 2014


commit b406bd9076745ee9ca050ff59bf588d1e2eb2667
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Nov 28 14:20:39 2014 +0000

    Reduce fetch_chunksize to 16k as agreed on VDD14Q4.

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 25e8427..50ba8ea 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -242,7 +242,7 @@ struct parspec mgt_parspec[] = {
 		"Internal limits in the storage_file module makes increases "
 		"above 128kb a dubious idea.",
 		EXPERIMENTAL,
-		"128k", "bytes" },
+		"16k", "bytes" },
 	{ "fetch_maxchunksize",
 		tweak_bytes, &mgt_param.fetch_maxchunksize,
 		"65536", NULL,



More information about the varnish-commit mailing list