This commit is contained in:
恍兮惚兮 2024-10-08 19:18:09 +08:00
parent e39375db05
commit 6a36671f8e

View File

@ -8,7 +8,7 @@ public:
inline static bool filterRepetition = false; inline static bool filterRepetition = false;
inline static int flushDelay = 100; inline static int flushDelay = 100;
inline static int maxBufferSize = 3000; inline static int maxBufferSize = 10000;
inline static int maxHistorySize = 10'000'000; inline static int maxHistorySize = 10'000'000;
TextThread(ThreadParam tp, HookParam hp, std::optional<std::wstring> name = {}); TextThread(ThreadParam tp, HookParam hp, std::optional<std::wstring> name = {});