Skip to content

Commit f2171e9

Browse files
authored
Reduce concurrency from 2 to 1 in worker
1 parent addda4c commit f2171e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const sitespeedWorker = new Worker(
5050
},
5151
{
5252
connection,
53-
concurrency: 2,
53+
concurrency: 1,
5454
},
5555
);
5656

0 commit comments

Comments
 (0)