mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
update 降低超时时长
This commit is contained in:
@@ -383,7 +383,7 @@ async function processNextInQueue() {
|
|||||||
`--dir=${downloadDir}`,
|
`--dir=${downloadDir}`,
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
"--summary-interval=1",
|
"--summary-interval=1",
|
||||||
"--connect-timeout=15",
|
"--connect-timeout=10",
|
||||||
"--timeout=15",
|
"--timeout=15",
|
||||||
"--max-tries=3",
|
"--max-tries=3",
|
||||||
"--retry-wait=5",
|
"--retry-wait=5",
|
||||||
|
|||||||
Reference in New Issue
Block a user