Manav Rathi 1 éve
szülő
commit
08c37c69ff
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      web/apps/cast/src/services/render.ts

+ 1 - 0
web/apps/cast/src/services/render.ts

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