Manav Rathi 1 year ago
parent
commit
08c37c69ff
1 changed files with 1 additions and 0 deletions
  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),
                 // On all other errors (including temporary network issues),
                 log.error("Skipping unrenderable file", e);
                 log.error("Skipping unrenderable file", e);
+                await wait(100); /* Breathe */
                 continue;
                 continue;
             }
             }