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.cjs CHANGED
@@ -1366,6 +1366,7 @@ var TokenBucketRateLimiter = class {
1366
1366
  this.config.maxBackoffMs
1367
1367
  );
1368
1368
  }
1369
+ this.tokens = 0;
1369
1370
  this.logger.warn(`Rate limit hit, backoff: ${this.currentBackoff}ms, errors: ${this.consecutiveErrors}`);
1370
1371
  }
1371
1372
  /**