summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-20 18:25:31 -0800
committerJacob Palecki <[email protected]>2021-01-20 18:25:31 -0800
commit6046120f67327411eafa9c6a9fa0601c2ea5c554 (patch)
tree47723f0b6f0f0ffe32859133d1384b67dbbcb32d /grapher/Constants
parentUpdate guide for anisotropy options (diff)
downloadrawaccel-6046120f67327411eafa9c6a9fa0601c2ea5c554.tar.xz
rawaccel-6046120f67327411eafa9c6a9fa0601c2ea5c554.zip
Tweaks
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs2
1 files changed, 1 insertions, 1 deletions
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;
/// <summary> Resolution of chart calulation. </summary>
- public const int Resolution = 100;
+ public const int Resolution = 500;
/// <summary> Multiplied by DPI over poll rate to find rough max expected velocity. </summary>
public const double MaxMultiplier = .05;