Testing with 2 threads 1 worker

This commit is contained in:
Donald Zou
2025-09-15 22:09:57 +08:00
parent 3673813e6a
commit f231e9214c
3 changed files with 6 additions and 9 deletions

View File

@@ -1663,5 +1663,4 @@ def startThreads():
if __name__ == "__main__":
startThreads()
DashboardPlugins.startThreads()
# app.logger.addHandler(logging.StreamHandler())
app.run(host=app_ip, debug=False, port=app_port)