diff --git a/src/main/services/download/torrent-downloader.ts b/src/main/services/download/torrent-downloader.ts index 0ea4f01d..d54e607a 100644 --- a/src/main/services/download/torrent-downloader.ts +++ b/src/main/services/download/torrent-downloader.ts @@ -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); }