We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2d1f17 + b2cd5ef commit 9fd9366Copy full SHA for 9fd9366
package.json
@@ -6,7 +6,7 @@
6
"test": "mocha ./test/*.test.js --exit",
7
"lint": "standard --env mocha",
8
"lint:fix": "standard --env mocha --fix",
9
- "producer": "node --max-old-space-size=4096 ./src/producer.js",
+ "producer": "node ./src/producer.js",
10
"producer_channel_2": "node ./src/producer.js",
11
"consumer": "node ./src/consumer.js",
12
"producer_dd": "node ./src/producer.js failover",
0 commit comments