From 4d7c7350a0057d1330418681cb45453278901f7d Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 27 Jan 2024 15:01:01 -0800 Subject: [PATCH] linting --- src/adapters/ipfs/ipfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapters/ipfs/ipfs.js b/src/adapters/ipfs/ipfs.js index c9891c2..551410a 100644 --- a/src/adapters/ipfs/ipfs.js +++ b/src/adapters/ipfs/ipfs.js @@ -127,7 +127,7 @@ class IpfsAdapter { defaultDurationLimit: 2 * 60 * 1000, // the default maximum amount of time a relayed connection can be open for defaultDataLimit: BigInt(2 << 7), // the default maximum number of bytes that can be transferred over a relayed connection maxInboundHopStreams: 32, // how many inbound HOP streams are allow simultaneously - maxOutboundHopStreams: 64, // how many outbound HOP streams are allow simultaneously + maxOutboundHopStreams: 64 // how many outbound HOP streams are allow simultaneously } }) } else {