diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 757c2a8c..c58369e8 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -164,8 +164,8 @@ private: bool show; std::vector> result; char pattern[1024] = { "" }; - int maxZonesPerThread = 1000; - int maxDepth = 10; + int maxZonesPerThread = -1; + int maxDepth = -1; bool logVal = false; bool logTime = false; } m_findZone;