mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: add retry mechanism to optimize network requests, improve async message handling and timeout for scheduled tasks
This commit is contained in:
@@ -265,7 +265,7 @@ impl PrfItem {
|
||||
|
||||
// 使用网络管理器发送请求
|
||||
let resp = NetworkManager::global()
|
||||
.get(
|
||||
.get_with_retry(
|
||||
url,
|
||||
proxy_type,
|
||||
Some(timeout),
|
||||
|
||||
Reference in New Issue
Block a user