From 70b51a2636858fb8cfbf39d3764d88d07286d8ad Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期二, 08 四月 2025 11:27:42 +0800
Subject: [PATCH] 增加并行数量

---
 strategy/instant_time_market.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/strategy/instant_time_market.py b/strategy/instant_time_market.py
index abee4d0..0cc2834 100644
--- a/strategy/instant_time_market.py
+++ b/strategy/instant_time_market.py
@@ -344,7 +344,7 @@
             # 鍒嗘壒澶勭悊鏁版嵁
             ds = []
             total_count = len(current_infos)
-            page = 5
+            page = 15
             page_size = total_count // page + 1
             for p in range(page):
                 temp_list = current_infos[p * page_size:(p + 1) * page_size]

--
Gitblit v1.8.0