limitd-client
Advanced tools
Comparing version 2.10.2 to 2.10.3
@@ -175,4 +175,4 @@ const url = require('url'); | ||
this.socket = reconnect({ | ||
initialDelay: 200, | ||
maxDelay: 1000 | ||
initialDelay: 5, | ||
maxDelay: 50 | ||
}, stream => { | ||
@@ -179,0 +179,0 @@ this._onNewStream(stream); |
{ | ||
"name": "limitd-client", | ||
"version": "2.10.2", | ||
"version": "2.10.3", | ||
"description": "limitd client for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52644