helia-coord 1.2.18 → 1.2.19

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.
@@ -33,12 +33,12 @@ class TimerControllers {
33
33
  // state
34
34
  this.debugLevel = localConfig.debugLevel
35
35
  this.config = Object.assign({}, localConfig, globalConfig)
36
- this.circuitRelayTimerInterval = 60000
37
- this.announceTimerInterval = 31000
38
- this.peerTimerInterval = 2 * 50000
39
- this.relaySearchInterval = 3 * 60000
40
- this.checkBlacklistInterval = 30000
41
- this.listPubsubChannelsInterval = 32000
36
+ this.circuitRelayTimerInterval = 60000 * 2
37
+ this.announceTimerInterval = 61000 * 2
38
+ this.peerTimerInterval = 62000 * 2
39
+ this.relaySearchInterval = 63000 * 2
40
+ this.checkBlacklistInterval = 64000 * 2
41
+ this.listPubsubChannelsInterval = 65000 * 2
42
42
 
43
43
  // Bind 'this' object to all subfunctions
44
44
  this.startTimers = this.startTimers.bind(this)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helia-coord",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "A JS library for helping IPFS peers coordinate, find a common interest, and stay connected around that interest.",
5
5
  "main": "./index.js",
6
6
  "type": "module",