support larger sentences by default, possibly with repetition (since builtin filter is disabled by default)
This commit is contained in:
parent
bda08d500e
commit
695672ce9c
@ -10,7 +10,7 @@ public:
|
|||||||
|
|
||||||
inline static bool filterRepetition = false;
|
inline static bool filterRepetition = false;
|
||||||
inline static int flushDelay = 500; // flush every 500ms by default
|
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;
|
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 = {});
|
||||||
|
Loading…
Reference in New Issue
Block a user