diff --git a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua index 9e84683e28d..36e7b84adf1 100755 --- a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua +++ b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua @@ -290,7 +290,7 @@ local hysteria = { transport = { type = server.transport_protocol, udp = { - hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or nil + hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or "30s" } }, --[[