增加排序
This commit is contained in:
@@ -26,6 +26,9 @@ class Settings(BaseSettings):
|
||||
ban_cooldown_sec: int = 90
|
||||
max_retries: int = 5
|
||||
candidate_pool: int = 150
|
||||
# today: ticker24h=仅1次API(滚动24h); yesterday: klines=按8:00切日精确统计
|
||||
today_data_mode: str = "ticker24h"
|
||||
yesterday_data_mode: str = "klines"
|
||||
# 代理默认关闭;仅当 PROXY_ENABLED=true 时生效
|
||||
proxy_enabled: bool = False
|
||||
proxy_url: str = "socks5h://192.168.8.4:1081"
|
||||
|
||||
Reference in New Issue
Block a user