mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
feat: increasing healthcheck duration
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user