mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 16:30:52 +08:00
chore: timeout adjusted to 15 seconds
This commit is contained in:
@@ -45,7 +45,7 @@ impl WebDavClient {
|
||||
.set_agent(
|
||||
reqwest::Client::builder()
|
||||
.danger_accept_invalid_certs(true)
|
||||
.timeout(std::time::Duration::from_secs(3))
|
||||
.timeout(std::time::Duration::from_secs(15))
|
||||
.build()
|
||||
.unwrap(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user