Set use_threads true as default for XA1DE
This commit is contained in:
@@ -73,7 +73,7 @@ namespace platform {
|
|||||||
bool debug = false;
|
bool debug = false;
|
||||||
bayesnet::status_t status = bayesnet::NORMAL;
|
bayesnet::status_t status = bayesnet::NORMAL;
|
||||||
std::vector<std::string> notes;
|
std::vector<std::string> notes;
|
||||||
bool use_threads = false;
|
bool use_threads = true;
|
||||||
std::string version = "0.9.7";
|
std::string version = "0.9.7";
|
||||||
bool fitted = false;
|
bool fitted = false;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user