mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
chore: timeout adjusted to 15 seconds
This commit is contained in:
parent
66d2fe9074
commit
1b80ddf1e9
@ -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(),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user