Skip to content

Commit

Permalink
Update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jan 9, 2025
1 parent 11ce57e commit 1821ae0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .changeset/new-radios-pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1821ae0

Please sign in to comment.