diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 15:46:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 15:46:39 +0200 |
| commit | 127ab8e6282911453220e7a21f06869ecacaab6c (patch) | |
| tree | 1354065d9b382a695bbc557d7775d32bec818754 /worker.js | |
| parent | aff07667905e500e33bf1405d17460bb815017ca (diff) | |
| download | cruncher-127ab8e6282911453220e7a21f06869ecacaab6c.tar.gz cruncher-127ab8e6282911453220e7a21f06869ecacaab6c.zip | |
rename scaling env var
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [], |
