Administrator
2025-03-20 2b24be0f3293479e534d5e050c681747b18e4e78
l2/l2_transaction_data_processor.py
@@ -116,7 +116,7 @@
        limit_up_price = gpcode_manager.get_limit_up_price_as_num(code)
        if len(fdatas) > 100:
        if False and len(fdatas) > 100:
            # 并行处理买单与卖单
            # 超过100条数据才需要并行处理
            f1 = dask.delayed(statistic_big_buy_data)()