mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 21:40:33 +08:00
chore: set the request timeout to 3 seconds
This commit is contained in:
parent
4a90ffe619
commit
a610a43db0
@ -45,7 +45,7 @@ impl WebDavClient {
|
||||
.set_agent(
|
||||
reqwest::Client::builder()
|
||||
.danger_accept_invalid_certs(true)
|
||||
.timeout(std::time::Duration::from_secs(5))
|
||||
.timeout(std::time::Duration::from_secs(3))
|
||||
.build()
|
||||
.unwrap(),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user