Skip to content

Commit

Permalink
fix: avoid processing diff in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 24, 2024
1 parent d3c63b8 commit b21be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/screenshot-diff/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const job = createModelJob(
bucket: config.get("s3.screenshotsBucket"),
});
},
{ prefetch: 2 },
{ prefetch: 1 },
);

0 comments on commit b21be43

Please sign in to comment.