support larger sentences by default, possibly with repetition (since builtin filter is disabled by default)

This commit is contained in:
Akash Mozumdar 2021-08-17 23:08:22 -06:00
parent bda08d500e
commit 695672ce9c

View File

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