mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: delay in seed process
This commit is contained in:
parent
c755aa388b
commit
f9719c995c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue