@gallop.software/studio 1.4.6 → 1.4.7

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.
@@ -1450,7 +1450,6 @@ async function handleUnprocessStream(request) {
1450
1450
  percent: Math.round((i + 1) / total * 100),
1451
1451
  message: `Removing thumbnails for ${imageKey.slice(1)}...`
1452
1452
  });
1453
- await new Promise((resolve) => setTimeout(resolve, 1e3));
1454
1453
  try {
1455
1454
  const entry = getMetaEntry(meta, imageKey);
1456
1455
  if (!entry) {