diff --git a/GUI/host/textthread.h b/GUI/host/textthread.h index 029811e..f1b0c37 100644 --- a/GUI/host/textthread.h +++ b/GUI/host/textthread.h @@ -10,7 +10,7 @@ public: inline static bool filterRepetition = false; inline static int flushDelay = 500; // flush every 500ms by default - inline static int maxBufferSize = 1000; + inline static int maxBufferSize = 3000; inline static int maxHistorySize = 10'000'000; TextThread(ThreadParam tp, HookParam hp, std::optional name = {});