This commit is contained in:
Manav Rathi
2024-05-10 14:09:59 +05:30
parent bce3af5db4
commit 08c37c69ff

View File

@@ -127,6 +127,7 @@ export const imageURLGenerator = async function* (castData: CastData) {
// On all other errors (including temporary network issues),
log.error("Skipping unrenderable file", e);
await wait(100); /* Breathe */
continue;
}