Skip to content

Commit

Permalink
Update CountItems/masterProcess.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored May 14, 2024
1 parent 468a804 commit de41ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CountItems/masterProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const concurrentCursors = (process.env.CONCURRENT_CURSORS
&& !Number.isNaN(process.env.CONCURRENT_CURSORS))
? Number.parseInt(process.env.CONCURRENT_CURSORS, 10)
: 5;

const metricServer = new WebServer(8003, log);
const countMaster = new CountMaster({
log,
Expand Down

0 comments on commit de41ed7

Please sign in to comment.