mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: increasing healthcheck duration
This commit is contained in:
parent
7cd121cb80
commit
a0cc15b5d8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export class TorrentDownloader {
|
||||||
throw new Error("Failed to connect to libtorrent client");
|
throw new Error("Failed to connect to libtorrent client");
|
||||||
}
|
}
|
||||||
|
|
||||||
await sleep(200);
|
await sleep(1000);
|
||||||
|
|
||||||
return this.healthCheck(retries - 1);
|
return this.healthCheck(retries - 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue