From 6a36671f8ee203d0578f51431864111f784d4fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:18:09 +0800 Subject: [PATCH] size --- LunaHost/textthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LunaHost/textthread.h b/LunaHost/textthread.h index 9cb829e..7060dab 100644 --- a/LunaHost/textthread.h +++ b/LunaHost/textthread.h @@ -8,7 +8,7 @@ public: inline static bool filterRepetition = false; inline static int flushDelay = 100; - inline static int maxBufferSize = 3000; + inline static int maxBufferSize = 10000; inline static int maxHistorySize = 10'000'000; TextThread(ThreadParam tp, HookParam hp, std::optional name = {});