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 66d896c commit 696eeb5Copy full SHA for 696eeb5
limits.go
@@ -111,17 +111,17 @@ func SetDefaultServiceLimits(limiter *rcmgr.BasicLimiter) {
111
setProtocolLimits(limiter, circuit.ProtoIDv1,
112
limiter.DefaultProtocolLimits.
113
WithMemoryLimit(1, 4<<20, 64<<20).
114
- WithStreamLimit(1024, 1024, 1024),
+ WithStreamLimit(1280, 1280, 1280),
115
peerLimit(128, 128, 128))
116
setProtocolLimits(limiter, circuit.ProtoIDv2Hop,
117
118
119
120
121
setProtocolLimits(limiter, circuit.ProtoIDv2Stop,
122
123
124
125
126
127
}
0 commit comments