@gallop.software/studio 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1433,7 +1433,6 @@ async function handleReprocessStream(request) {
1433
1433
  percent: Math.round((i + 1) / total * 100),
1434
1434
  message: `Processing ${imageKey.slice(1)}...`
1435
1435
  });
1436
- await new Promise((resolve) => setTimeout(resolve, 1e3));
1437
1436
  try {
1438
1437
  let buffer;
1439
1438
  const entry = getMetaEntry(meta, imageKey);