Commit c84d1f88 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Reduce fetch_chunksize to 16k as agreed on VDD14Q4.

parent fc0eaa7b
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment