From 1821ae0ff38d132cb0777854c9cf588e04c0c3c7 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 9 Jan 2025 09:59:56 +0000 Subject: [PATCH] Update changeset --- .changeset/new-radios-pay.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/new-radios-pay.md b/.changeset/new-radios-pay.md index e9f103bed9db..39017b9a31f3 100644 --- a/.changeset/new-radios-pay.md +++ b/.changeset/new-radios-pay.md @@ -2,6 +2,4 @@ 'astro': patch --- -Improve static asset generation performance by removing the `await` in the `for` loop. This change will allow the p-queue concurrency to limit the number of parallel tasks. Previously, the `await` in the `for` loop would cause all asset generation tasks to run serially. - -Fixes #12845 +Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment.