Comparing version 0.0.50 to 0.0.51
@@ -20,4 +20,4 @@ 'use strict' | ||
thread = 0; | ||
threadCount = 3; | ||
readyConnectionCount = 3; | ||
threadCount = 24; | ||
readyConnectionCount = 24; | ||
maxDataSize = 200 * 1024; | ||
@@ -562,3 +562,3 @@ status = ConnectorStatus.initiated; | ||
} | ||
await Util.Sleep(50); | ||
await Util.Sleep(150); | ||
} catch (e) { | ||
@@ -565,0 +565,0 @@ this.data.send.push(data); |
{ | ||
"name": "guardee", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
@@ -5,0 +5,0 @@ "description": "Guardee Wallet API", |
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
47655