diff --git a/core/log/InMemoryListener.h b/core/log/InMemoryListener.h index 5e67288c8..983317bf7 100644 --- a/core/log/InMemoryListener.h +++ b/core/log/InMemoryListener.h @@ -57,6 +57,6 @@ private: std::mutex mutex; std::deque lines; - static constexpr int MaxLines = 10; + static constexpr int MaxLines = 20; static InMemoryListener *instance; };