Reduces Puppeteer concurrency
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ unlighthouse (push) Successful in 52s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s

This commit is contained in:
Firq 2024-10-21 22:58:02 +02:00
parent 61ce9f8575
commit 950eb1d9f3
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -5,6 +5,9 @@ export default {
"--disable-setuid-sandbox"
],
},
puppeteerClusterOptions: {
maxConcurrency: 1
},
ci: {
budget: 50,
buildStatic: true