mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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");
|
||||
}
|
||||
|
||||
await sleep(200);
|
||||
await sleep(1000);
|
||||
|
||||
return this.healthCheck(retries - 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue