Set use_threads true as default for XA1DE

This commit is contained in:
2025-02-23 18:54:55 +01:00
parent d3de429f2c
commit 1b26de1e38

View File

@@ -73,7 +73,7 @@ namespace platform {
bool debug = false;
bayesnet::status_t status = bayesnet::NORMAL;
std::vector<std::string> notes;
bool use_threads = false;
bool use_threads = true;
std::string version = "0.9.7";
bool fitted = false;
};