SoloX
SoloX copied to clipboard
【SoloX2.9.2】性能指标收集速度过慢(5s多)
如图,性能指标收集很慢,都是5s多。实际上尝试http空接口请求也很慢,但如果不使用socketio.run(app, host=host, debug=False, port=port )启动服务,使用 app.run(host=host, port=port,debug=False)仅支持http接口请求,接口的响应速度是正常的。
不知道是什么原因,有没有优化方案
嗯已知问题,用socketio.run是因为有些功能要用配合用websocket,还没时间调一下。下个版本改了