This commit is contained in:
恍兮惚兮 2024-10-08 19:21:30 +08:00
parent 6a36671f8e
commit 9d1a78329d

View File

@ -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<std::wstring> name = {});