commit | c6329819abd9ab37313a8b2f032349f15378e5f3 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Jul 18 16:53:28 2022 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Jul 19 09:42:14 2022 -0700 |
tree | 3d57b62b602bcf250c6e92acfe9565f42942e5a9 | |
parent | aa3b08658485f4482759d253fea93a79afebb8ae [diff] |
Increase the max amount of data we can plot Change-Id: I9c5e6900aedb623de2fba5c38076a9e94fc18c96 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/analysis/plotter_config.json b/frc971/analysis/plotter_config.json index 49266ee..fef4a50 100644 --- a/frc971/analysis/plotter_config.json +++ b/frc971/analysis/plotter_config.json
@@ -3,7 +3,7 @@ { "name": "/analysis", "type": "frc971.analysis.Plot", - "max_size": 10000000 + "max_size": 1000000000 } ], "imports": [