Browse Source

Update client-config.lua

fix hysteria client params
FluffyTigerfear 2 years ago
parent
commit
96ccfb9fab
1 changed files with 0 additions and 6 deletions
  1. 0 6
      luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

+ 0 - 6
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

@@ -393,12 +393,6 @@ o.datatype = "uinteger"
 o.rmempty = true
 o.default = "20971520"
 
-o = s:option(Value, "maxincomingstreams", translate("QUIC maxIncomingStreams"))
-o:depends({type = "hysteria",flag_quicparam = "1"})
-o.datatype = "uinteger"
-o.rmempty = true
-o.default = "1024"
-
 o = s:option(Value, "maxidletimeout", translate("QUIC maxIdleTimeout(Unit:second)"))
 o:depends({type = "hysteria",flag_quicparam = "1"})
 o.rmempty = true