正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -216,7 +216,7 @@ class ExBroker | @@ -216,7 +216,7 @@ class ExBroker | ||
| 216 | $this->updateDepthData($data['data']); | 216 | $this->updateDepthData($data['data']); |
| 217 | $endTs = getMicrotime(); | 217 | $endTs = getMicrotime(); |
| 218 | $cost = $endTs - $startTs; | 218 | $cost = $endTs - $startTs; |
| 219 | - output($data['data']['s'] . ' depth update cost(ms):' . $cost); | 219 | + // output($data['data']['s'] . ' depth update cost(ms):' . $cost); |
| 220 | $onData($this->depthData); | 220 | $onData($this->depthData); |
| 221 | }, | 221 | }, |
| 222 | $onClose = null, | 222 | $onClose = null, |
-
请 注册 或 登录 后发表评论