Skip to content

Commit ae4c02a

Browse files
committed
feat: tweaking nodesConnectionInitialMaxStreamsBidi down to 200
1 parent c2c63e7 commit ae4c02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const config = {
251251
* Interval for hole punching reverse node connections.
252252
*/
253253
nodesConnectionHolePunchIntervalTime: 1_000, // 1 second
254-
nodesConnectionInitialMaxStreamsBidi: 1_000,
254+
nodesConnectionInitialMaxStreamsBidi: 200,
255255
nodesConnectionInitialMaxStreamsUni: 0, // We don't use unidirectional streams so we disable them
256256

257257
/**

0 commit comments

Comments
 (0)