diff --git a/src/components/DistBuilder.re b/src/components/DistBuilder.re index e4d07b11..5c1e6147 100644 --- a/src/components/DistBuilder.re +++ b/src/components/DistBuilder.re @@ -173,9 +173,9 @@ let make = () => { unitType: "UnspecifiedDistribution", zero: MomentRe.momentNow(), unit: "days", - sampleCount: 10000, + sampleCount: 1000, outputXYPoints: 2000, - truncateTo: 1000, + truncateTo: 500, }, (), );