dht-rpc 6.24.1 → 6.24.2

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.
Files changed (2) hide show
  1. package/lib/health.js +3 -3
  2. package/package.json +1 -1
package/lib/health.js CHANGED
@@ -1,6 +1,6 @@
1
- const MAX_HEALTH_WINDOW = 4
2
- const RESPONSES_SANITY = 4
3
- const TIMEOUTS_SANITY = 4
1
+ const MAX_HEALTH_WINDOW = 2
2
+ const RESPONSES_SANITY = 0
3
+ const TIMEOUTS_SANITY = 0
4
4
  const TIMEOUTS_THRESHOLD = 0.25
5
5
 
6
6
  module.exports = class NetworkHealth {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dht-rpc",
3
- "version": "6.24.1",
3
+ "version": "6.24.2",
4
4
  "description": "Make RPC calls over a Kademlia based DHT",
5
5
  "main": "index.js",
6
6
  "files": [