修复 NDX 日期解析和网络重试
This commit is contained in:
@@ -16,6 +16,10 @@ network:
|
||||
proxy_url: ""
|
||||
# auto 会在 https 代理或环境代理场景下使用 curl。
|
||||
transport: auto
|
||||
# curl 经代理访问时默认使用 HTTP/1.1,并对瞬时网络错误重试 2 次。
|
||||
curl_http1_1: true
|
||||
curl_retry_count: 2
|
||||
curl_retry_delay_seconds: 1
|
||||
|
||||
qqbot:
|
||||
appid: "用户填写"
|
||||
|
||||
Reference in New Issue
Block a user