We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0fe4a commit 73b6b78Copy full SHA for 73b6b78
packages/replication-server/src/libp2p.ts
@@ -73,7 +73,7 @@ export const options: Libp2pOptions<ServiceMap> = {
73
74
peerDiscovery: bootstrapList.length > 0 ? [bootstrap({ list: bootstrapList })] : [],
75
76
- streamMuxers: [mplex()],
+ streamMuxers: [mplex({ disconnectThreshold: 500 })],
77
connectionEncryption: [noise()],
78
metrics: prometheusMetrics(),
79
services: {
0 commit comments