From a57bf94058f983a15f451b175da6df021eeeb80b Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 6 Apr 2020 11:31:31 -0400 Subject: [PATCH] remove XXX note --- lib/workers/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/workers/index.js b/lib/workers/index.js index 7d8c1dcc7..3190741d3 100644 --- a/lib/workers/index.js +++ b/lib/workers/index.js @@ -135,8 +135,6 @@ Workers.initializeIndexWorkers = function (Env, config, _cb) { var state = workers[workerIndex]; - // XXX insert a queue here to prevent timeouts - const txid = guid(); msg.txid = txid; msg.pid = PID;