From 9d1a78329da020bb9ca0740af580495d44447eea 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:21:30 +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 7060dab..9cb829e 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 = 10000; + inline static int maxBufferSize = 3000; inline static int maxHistorySize = 10'000'000; TextThread(ThreadParam tp, HookParam hp, std::optional name = {});