helia-coord 2.0.2 → 2.0.3

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.
@@ -153,9 +153,9 @@ class CreateHeliaNode {
153
153
  services.relay = circuitRelayServer({
154
154
  hopTimeout: 30 * 1000,
155
155
  reservations: {
156
- maxReservations: 15,
156
+ maxReservations: 45,
157
157
  reservationClearInterval: 300 * 1000,
158
- applyDefaultLimit: true,
158
+ applyDefaultLimit: false,
159
159
  defaultDurationLimit: 2 * 60 * 1000,
160
160
  defaultDataLimit: BigInt(2 << 7)
161
161
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helia-coord",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
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",