We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodesConnectionInitialMaxStreamsBidi
100
1 parent 47716b7 commit 1a6a056Copy full SHA for 1a6a056
src/config.ts
@@ -251,7 +251,7 @@ const config = {
251
* Interval for hole punching reverse node connections.
252
*/
253
nodesConnectionHolePunchIntervalTime: 1_000, // 1 second
254
- nodesConnectionInitialMaxStreamsBidi: 200,
+ nodesConnectionInitialMaxStreamsBidi: 100,
255
nodesConnectionInitialMaxStreamsUni: 0, // We don't use unidirectional streams so we disable them
256
257
/**
0 commit comments