chore: change idle_timeout 24h -> 15s

This commit is contained in:
JianBo He 2022-05-31 21:47:54 +08:00
parent 9dda0a663f
commit f4db4ffa7d
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ fields("ws_opts") ->
sc(
duration(),
#{
default => "24h",
default => "15s",
desc => ?DESC(fields_mqtt_quic_listener_idle_timeout)
}
)},