mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Re-increase segment request timeout
This commit is contained in:
parent
7115c5546d
commit
b8e46099f9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ pub async fn download_segments(
|
|||
let mut buf = loop {
|
||||
let response = thread_client
|
||||
.get(&segment.url)
|
||||
.timeout(Duration::from_secs(10))
|
||||
.timeout(Duration::from_secs(60))
|
||||
.send()
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue