We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abad2a commit a7851f6Copy full SHA for a7851f6
MqttClient.js
@@ -5,7 +5,7 @@ const globalLmiter = new Bottleneck({
5
highWater: 50,
6
reservoir: 40, // initial value
7
reservoirIncreaseAmount: 2,
8
- reservoirIncreaseInterval: 1000, // must be divisible by 250
+ reservoirIncreaseInterval: 10000, // must be divisible by 250
9
reservoirIncreaseMaximum: 40,
10
strategy: Bottleneck.strategy.LEAK,
11
@@ -30,7 +30,7 @@ function MqttClient (options, callbacksObj) {
30
31
32
33
34
35
36
0 commit comments