Przeglądaj źródła

fix: change default idle_timeout of ws connections to 7200s

Shawn 3 lat temu
rodzic
commit
dcc8e27bcd
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

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