do not fetch features if the recommendation engine is tags based
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user