Skip to content

Commit

Permalink
concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Aug 25, 2023
1 parent 3f9139d commit f3b2983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lostpixel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
lostPixelProjectId: 'cllqhxvmz0jzjjj0eabfs6jxg',
apiKey: process.env.LOST_PIXEL_API_KEY,
compareConcurrency: 10,
shotConcurrency: 10,
shotConcurrency: 2,
threshold: 10,
beforeScreenshot: async (page) => {
await page.addStyleTag({
Expand Down

0 comments on commit f3b2983

Please sign in to comment.