mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Update timeout (video CDN is slow)
This commit is contained in:
parent
b1c148f5a9
commit
12876a3e8c
@ -307,7 +307,7 @@ impl ILIAS {
|
||||
let client = Client::builder()
|
||||
.cookie_store(true)
|
||||
.user_agent(concat!("KIT-ILIAS-downloader/", env!("CARGO_PKG_VERSION")))
|
||||
.timeout(Duration::from_secs(11))
|
||||
.timeout(Duration::from_secs(20))
|
||||
.build()?;
|
||||
let this = ILIAS {
|
||||
opt, client, user, pass
|
||||
|
Loading…
Reference in New Issue
Block a user