We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3547d commit bdb048eCopy full SHA for bdb048e
packages/utils/src/mock-muxer.ts
@@ -278,7 +278,7 @@ class MockMuxer extends AbstractStreamMuxer<MockMuxedStream> {
278
log: this.log.newScope(`stream:${direction}:${id}`),
279
sendMessage: this.sendMessage,
280
encoding: this.encoding,
281
- maxMessageSize: this.maxMessageSize - MESSAGE_OVERHEAD,
+ maxMessageSize: this.maxMessageSize - MESSAGE_OVERHEAD
282
// TODO: uncomment this after removing gossipsub from the codebase (post
283
// v3 release), then add multistream-select to gossipsub tests
284
// protocol: ''
0 commit comments