mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Tweak network client settings
This commit is contained in:
parent
36a78eb4d9
commit
dc55666255
@ -228,8 +228,7 @@ impl ILIAS {
|
|||||||
let pass = pass.into();
|
let pass = pass.into();
|
||||||
let client = Client::builder()
|
let client = Client::builder()
|
||||||
.cookie_store(true)
|
.cookie_store(true)
|
||||||
.user_agent("KIT-ILIAS-downloader/0.1.0")
|
.user_agent("KIT-ILIAS-downloader/0.2.0")
|
||||||
.max_idle_per_host(1)
|
|
||||||
.build()?;
|
.build()?;
|
||||||
let this = ILIAS {
|
let this = ILIAS {
|
||||||
opt, client, user, pass
|
opt, client, user, pass
|
||||||
|
Loading…
Reference in New Issue
Block a user