Reduces Puppeteer concurrency
This commit is contained in:
parent
61ce9f8575
commit
950eb1d9f3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ export default {
|
|||
"--disable-setuid-sandbox"
|
||||
],
|
||||
},
|
||||
puppeteerClusterOptions: {
|
||||
maxConcurrency: 1
|
||||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true
|
||||
|
|
Loading…
Reference in a new issue