hypercore 10.0.0-alpha.34 → 10.0.0-alpha.35

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -124,7 +124,7 @@ module.exports = class Hypercore extends EventEmitter {
124
124
  }
125
125
  if (opts.keepAlive !== false) {
126
126
  noiseStream.setKeepAlive(5000)
127
- noiseStream.setTimeout(7000)
127
+ noiseStream.setTimeout(10000)
128
128
  }
129
129
  noiseStream.userData = protocol
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "10.0.0-alpha.34",
3
+ "version": "10.0.0-alpha.35",
4
4
  "description": "Hypercore 10",
5
5
  "main": "index.js",
6
6
  "scripts": {