Update install/src/command.rs
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
(cherry picked from commit 29edb130cc
)
This commit is contained in:
@ -92,7 +92,7 @@ fn download_to_temp(
|
|||||||
let temp_file = temp_dir.path().join("download");
|
let temp_file = temp_dir.path().join("download");
|
||||||
|
|
||||||
let client = reqwest::blocking::Client::builder()
|
let client = reqwest::blocking::Client::builder()
|
||||||
.connect_timeout(Duration::from_secs(5))
|
.connect_timeout(Duration::from_secs(30))
|
||||||
.timeout(None)
|
.timeout(None)
|
||||||
.build()?;
|
.build()?;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user