summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 75bb37e..83595b7 100644
--- a/worker.js
+++ b/worker.js
@@ -114,7 +114,7 @@ var RABBITMQ_URI = process.env.RABBITMQ_URI,
global_points = calculate_point(cartesian(global_dimensions),
"global");
- await ch.prefetch(PARALLELS);
+ await ch.prefetch(CRUNCHERS);
ch.consume("crunch", async (msg) => {
let player_records = [],