From fc576fb17267b2d2600318eb749df06e1e2ae0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Fern=C3=A1ndez?= Date: Mon, 28 Aug 2023 02:35:27 +0200 Subject: [PATCH] Remove comment from bnoordhuis --- lib/internal/cluster/primary.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/internal/cluster/primary.js b/lib/internal/cluster/primary.js index bde38043826100..b348a8e94a53e4 100644 --- a/lib/internal/cluster/primary.js +++ b/lib/internal/cluster/primary.js @@ -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')