feat: max log lines

This commit is contained in:
arm64v8a
2023-01-02 13:53:11 +09:00
parent 0e97c61293
commit 5e1d0cdce4
7 changed files with 168 additions and 133 deletions

View File

@@ -69,6 +69,7 @@ namespace NekoRay {
_add(new configItem("enable_js_hook", &enable_js_hook, itemType::integer));
_add(new configItem("log_ignore", &log_ignore, itemType::stringList));
_add(new configItem("start_minimal", &start_minimal, itemType::boolean));
_add(new configItem("max_log_line", &max_log_line, itemType::integer));
}
void DataStore::UpdateStartedId(int id) {