Update client-config.lua

fix hysteria client params
This commit is contained in:
FluffyTigerfear 2023-10-06 09:21:59 +08:00 committed by sbwml
parent 53d2686338
commit e015cfecf1

View File

@ -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