do not fetch features if the recommendation engine is tags based

This commit is contained in:
emeric
2019-05-23 13:35:02 +02:00
parent 5f02dfeff1
commit 6be92ed241
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ std::vector<std::string> generateWtConfig(std::string execPath)
args.push_back("--http-address=" + Config::instance().getString("listen-addr", "0.0.0.0"));
}
// args.push_back("--gdb");
args.push_back("--gdb");
// Generate the wt_config.xml file
boost::property_tree::ptree pt;