mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
chore: set the request timeout to 5 seconds
This commit is contained in:
parent
8873526619
commit
44db98f260
@ -45,6 +45,7 @@ impl WebDavClient {
|
||||
.set_agent(
|
||||
reqwest::Client::builder()
|
||||
.danger_accept_invalid_certs(true)
|
||||
.timeout(std::time::Duration::from_secs(5))
|
||||
.build()
|
||||
.unwrap(),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user