diff --git a/glass/src/lib/native/cpp/other/Plot.cpp b/glass/src/lib/native/cpp/other/Plot.cpp index 9af2da70cb..bff55b7223 100644 --- a/glass/src/lib/native/cpp/other/Plot.cpp +++ b/glass/src/lib/native/cpp/other/Plot.cpp @@ -105,7 +105,7 @@ class PlotSeries { int& m_digitalBitGap; // value storage - static constexpr int kMaxSize = 2000; + static constexpr int kMaxSize = 20000; static constexpr double kTimeGap = 0.05; std::atomic m_size = 0; std::atomic m_offset = 0;