remove unnecessary mux and ConnectionReuse settings.
parent
061e3ba1d8
commit
4b541ef1a0
|
@ -24,15 +24,10 @@
|
|||
"security": "auto",
|
||||
"wsSettings": {
|
||||
"path": "/PATH/",
|
||||
"connectionReuse": true,
|
||||
"headers": {
|
||||
"Host": "domain.Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mux": {
|
||||
"enabled": true,
|
||||
"concurrency": 64
|
||||
}
|
||||
},
|
||||
"outbound": {
|
||||
|
|
Loading…
Reference in New Issue