MangaUpdatesDataService: disable delays for fetching series and chapters

This commit is contained in:
wea_ondara
2023-10-06 19:51:42 +02:00
parent b9eb376d1a
commit 99e5ad2923

View File

@@ -102,7 +102,7 @@ export default class MangaUpdatesDataService {
} }
continue; continue;
} finally { } finally {
await new Promise((r) => setTimeout(r, 1000)); // await new Promise((r) => setTimeout(r, 1000));
} }
await mangaStore.updateMangaUpdatesSeries([series]); await mangaStore.updateMangaUpdatesSeries([series]);
} finally { } finally {
@@ -133,7 +133,7 @@ export default class MangaUpdatesDataService {
} }
continue; continue;
} finally { } finally {
await new Promise((r) => setTimeout(r, 1000)); // await new Promise((r) => setTimeout(r, 1000));
} }
const updates = groups.release_list const updates = groups.release_list