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;