From e015cfecf179083b5a40d47994310a0655218f6d Mon Sep 17 00:00:00 2001 From: FluffyTigerfear <20527882+AmberisMyShiba@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:21:59 +0800 Subject: [PATCH] Update client-config.lua fix hysteria client params --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index f88243fcc..c183ee69c 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/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