File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,9 @@ class xHTTPStreamSettings extends CommonClass {
293
293
xmux = {
294
294
maxConcurrency : "16-32" ,
295
295
maxConnections : 0 ,
296
- cMaxReuseTimes : "64-128" ,
297
- cMaxLifetimeMs : 0 ,
298
- hMaxRequestTimes : "800-900 " ,
296
+ cMaxReuseTimes : 0 ,
297
+ hMaxRequestTimes : "600-900" ,
298
+ hMaxReusableSecs : "1800-3000 " ,
299
299
hKeepAlivePeriod : 0 ,
300
300
} ,
301
301
) {
@@ -330,8 +330,8 @@ class xHTTPStreamSettings extends CommonClass {
330
330
maxConcurrency : this . xmux . maxConcurrency ,
331
331
maxConnections : this . xmux . maxConnections ,
332
332
cMaxReuseTimes : this . xmux . cMaxReuseTimes ,
333
- cMaxLifetimeMs : this . xmux . cMaxLifetimeMs ,
334
333
hMaxRequestTimes : this . xmux . hMaxRequestTimes ,
334
+ hMaxReusableSecs : this . xmux . hMaxReusableSecs ,
335
335
hKeepAlivePeriod : this . xmux . hKeepAlivePeriod ,
336
336
} ,
337
337
} ;
Original file line number Diff line number Diff line change 392
392
< a-form-item label ="Max Reuse Times ">
393
393
< a-input v-model ="outbound.stream.xhttp.xmux.cMaxReuseTimes "> </ a-input >
394
394
</ a-form-item >
395
- < a-form-item label ="Max Lifetime (ms) ">
396
- < a-input v-model ="outbound.stream.xhttp.xmux.cMaxLifetimeMs "> </ a-input >
397
- </ a-form-item >
398
395
< a-form-item label ="Max Request Times ">
399
396
< a-input v-model ="outbound.stream.xhttp.xmux.hMaxRequestTimes "> </ a-input >
400
397
</ a-form-item >
398
+ < a-form-item label ="Max Reusable Secs ">
399
+ < a-input v-model ="outbound.stream.xhttp.xmux.hMaxReusableSecs "> </ a-input >
400
+ </ a-form-item >
401
401
< a-form-item label ='Keep Alive Period '>
402
402
< a-input v-model.number ="outbound.stream.xhttp.xmux.hKeepAlivePeriod "> </ a-input >
403
403
</ a-form-item >
You can’t perform that action at this time.
0 commit comments