returnToInnocence opened a new pull request, #96: URL: https://github.com/apache/incubator-hugegraph-ai/pull/96
# diagnosing for improvement This PR solves the problem that the function of regenerating the configuration file fails. The core problem is that the default configuration file will be overwritten by the existing configuration file according to the original program logic after it is read into memory # problem solution Therefore, the goal of this solution is to generate an instance of the configuration class initialized in the config.generate part of the function, and process it separately instead of reading the content of the existing configuration file # Test(passed)  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For additional commands, e-mail: issues-h...@hugegraph.apache.org