Skip to content

Commit 1a6a056

Browse files
committed
fix: reverted nodesConnectionInitialMaxStreamsBidi back to 100 to alleviate memory issues in seed nodes
1 parent 47716b7 commit 1a6a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

+1-1
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: 200,
254+
nodesConnectionInitialMaxStreamsBidi: 100,
255255
nodesConnectionInitialMaxStreamsUni: 0, // We don't use unidirectional streams so we disable them
256256

257257
/**

0 commit comments

Comments
 (0)