Administrator
2025-03-24 1247be02c93dd33bc2eb1a742cbcbb900740d48f
huaxin_client/l2_data_manager_v2.py
@@ -230,7 +230,7 @@
                    use_time = time.time() - __start_time
                    if use_time > 0.01:
                        # 记录10ms以上的数据
                        huaxin_l2_log.info(logger_local_huaxin_l2_error, f"耗时:{use_time}s  结束数据:{last_data}")
                        huaxin_l2_log.info(logger_local_huaxin_l2_error, f"耗时:{use_time}s  结束数据:{last_data} 数据数量:{len(temp_list)}")
                    temp_list = []
                else:
                    if code not in self.temp_order_queue_dict: