Преглед изворни кода

Merge pull request #8161 from terry-xiaoyu/fix_ws_default_idle_timeout

fix: change default idle_timeout of ws connections to 7200s
Xinyu Liu пре 3 година
родитељ
комит
012e77b8a9
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
                 }
             )},