From 6046120f67327411eafa9c6a9fa0601c2ea5c554 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 20 Jan 2021 18:25:31 -0800 Subject: Tweaks --- grapher/Constants/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Constants') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index e31f62c..f05be34 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -14,7 +14,7 @@ namespace grapher public const int DefaultPollRate = 1000; /// Resolution of chart calulation. - public const int Resolution = 100; + public const int Resolution = 500; /// Multiplied by DPI over poll rate to find rough max expected velocity. public const double MaxMultiplier = .05; -- cgit v1.2.3