Comparing version 4.2.0 to 4.3.0
@@ -29,3 +29,3 @@ const { Message, Holepunch, TYPE } = require('./messages') | ||
this._ticking = false | ||
this._tickInterval = setInterval(this._ontick.bind(this), 250) | ||
this._tickInterval = setInterval(this._ontick.bind(this), 750) | ||
this._rotateInterval = setInterval(this._onrotate.bind(this), 300000) | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "dht-rpc", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Make RPC calls over a Kademlia based DHT", | ||
@@ -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