auto-sync: 2026-05-02 21:43:00

This commit is contained in:
cfdaily
2026-05-02 21:43:00 +08:00
parent 0cd147ae0d
commit ee07e299c0
+1 -1
View File
@@ -48,7 +48,7 @@ REQUEST_INTERVAL = 0.3 # 秒/请求
MAX_RETRIES = 3 # 单只重试次数
CONSECUTIVE_FAIL_PAUSE = 60 # 连续失败暂停秒数
MAX_CONSECUTIVE_FAILS = 5 # 连续失败阈值
HS300_FILE = Path("/Volumes/stock/sanguo_vnpy/data/hs300.csv")
HS300_FILE = Path("/Volumes/stock/A股数据/stock_info/hs300_constituents_latest.csv")
ALL_STOCKS_FILE = Path("/Volumes/stock/sanguo_vnpy/data/all_stocks.csv")
HEADERS = {