feat: delay in seed process

This commit is contained in:
Hachi-R 2024-12-23 03:07:06 -03:00
parent c755aa388b
commit f9719c995c

View File

@ -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);