Skip to content

Commit

Permalink
Remove comment from bnoordhuis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfernandez committed Aug 28, 2023
1 parent 012cdcd commit fc576fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/cluster/primary.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ cluster.SCHED_RR = SCHED_RR; // Primary distributes connections.
let ids = 0;
let initialized = false;

// XXX(bnoordhuis) Fold cluster.schedulingPolicy into cluster.settings?
// XXX(alexfernandez) Folded cluster.schedulingPolicy into cluster.settings.
let schedulingPolicy = process.env.NODE_CLUSTER_SCHED_POLICY;
if (schedulingPolicy === 'rr')
Expand Down

0 comments on commit fc576fb

Please sign in to comment.