mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:13:44 +08:00
chore: set the request timeout to 5 seconds
This commit is contained in:
parent
397e6a9d57
commit
4feef53cb0
@ -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