Commit 184ad943 authored by Andreas Plesner Jacobsen's avatar Andreas Plesner Jacobsen Committed by Tollef Fog Heen

Restore old nuke_limit, as 10 seems to be too low

Fixes #1012
parent 4442b286
......@@ -622,7 +622,7 @@ static const struct parspec input_parspec[] = {
"Maximum number of objects we attempt to nuke in order"
"to make space for a object body.",
EXPERIMENTAL,
"10", "allocations" },
"50", "allocations" },
{ "fetch_chunksize",
tweak_uint, &master.fetch_chunksize, 4, UINT_MAX / 1024.,
"The default chunksize used by fetcher. "
......
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