Skip to content
Snippets Groups Projects
Commit 35f8dff8 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

revert flush limit to 5

parent bfd4d234
No related branches found
No related tags found
1 merge request!136Deagg work
......@@ -638,7 +638,7 @@ public final class CalcConfig {
Builder b = new Builder();
b.directory = Paths.get(DEFAULT_OUT);
b.curveTypes = EnumSet.of(CurveType.TOTAL);
b.flushLimit = 20;
b.flushLimit = 5;
return b;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment