update 2023-07-22 20:15:02

This commit is contained in:
github-actions[bot] 2023-07-22 20:15:02 +08:00
parent cd7a33405f
commit acc8e64393

View File

@ -315,7 +315,7 @@ local tuic = {
udp_relay_mode = server.udp_relay_mode,
congestion_control = server.congestion_control,
heartbeat = server.heartbeat and server.heartbeat .. "s" or nil,
timeout = server.timeout and server.timeout .. "s" or nil,,
timeout = server.timeout and server.timeout .. "s" or nil,
gc_interval = server.gc_interval and server.gc_interval .. "s" or nil,
gc_lifetime = server.gc_lifetime and server.gc_lifetime .. "s" or nil,
alpn = server.tls_alpn,