Przeglądaj źródła

chore: change idle_timeout 24h -> 15s

JianBo He 3 lat temu
rodzic
commit
f4db4ffa7d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/emqx/src/emqx_schema.erl

+ 1 - 1
apps/emqx/src/emqx_schema.erl

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