ton-provider-system 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1363,6 +1363,7 @@ var TokenBucketRateLimiter = class {
1363
1363
  this.config.maxBackoffMs
1364
1364
  );
1365
1365
  }
1366
+ this.tokens = 0;
1366
1367
  this.logger.warn(`Rate limit hit, backoff: ${this.currentBackoff}ms, errors: ${this.consecutiveErrors}`);
1367
1368
  }
1368
1369
  /**