Update timeout (video CDN is slow)

This commit is contained in:
FliegendeWurst 2020-04-24 09:49:05 +02:00
parent b1c148f5a9
commit 12876a3e8c

View File

@ -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