mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: delay in seed process
This commit is contained in:
parent
c755aa388b
commit
f9719c995c
@ -12,6 +12,7 @@ export const startSeedProcess = async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (seedList.length === 0) return;
|
if (seedList.length === 0) return;
|
||||||
|
await sleep(1000);
|
||||||
|
|
||||||
seedList.map(async (game) => {
|
seedList.map(async (game) => {
|
||||||
await DownloadManager.startDownload(game);
|
await DownloadManager.startDownload(game);
|
||||||
|
Loading…
Reference in New Issue
Block a user