remove unnecessary mux and ConnectionReuse settings.

This commit is contained in:
KiriKira 2017-12-23 15:18:35 +08:00 committed by GitHub
parent 061e3ba1d8
commit 4b541ef1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,10 @@
"security": "auto",
"wsSettings": {
"path": "/PATH/",
"connectionReuse": true,
"headers": {
"Host": "domain.Name"
}
}
},
"mux": {
"enabled": true,
"concurrency": 64
}
},
"outbound": {