From 8454c38fe8a65aaeea06e768b72dbc9d2363fa07 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Thu, 27 Feb 2020 16:10:48 +0000 Subject: [PATCH] Changed defaults in DistBuilder --- src/components/DistBuilder.re | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, (), );