mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add new settings download_timeout_check_interval
This commit is contained in:
@@ -346,6 +346,7 @@ export async function download_task(
|
||||
const pr = new ProgressReadable(
|
||||
re.body,
|
||||
cfg.download_timeout,
|
||||
cfg.download_timeout_check_interval,
|
||||
force_abort,
|
||||
);
|
||||
pr.addEventListener("progress", (e) => {
|
||||
|
||||
Reference in New Issue
Block a user