chore: hide stale config

This commit is contained in:
Zaiming (Stone) Shi 2023-05-23 10:36:41 +02:00
parent 91150e6d83
commit 2fa5b511bf
3 changed files with 2 additions and 7 deletions

View File

@ -1540,7 +1540,8 @@ fields("broker") ->
boolean(),
#{
default => true,
desc => ?DESC(broker_route_batch_clean)
desc => "This config is stale since 4.3",
importance => ?IMPORTANCE_HIDDEN
}
)},
{"perf",

View File

@ -213,9 +213,6 @@ pending connections can grow to."""
fields_tcp_opts_backlog.label:
"""TCP backlog length"""
broker_route_batch_clean.desc:
"""Enable batch clean for deleted routes."""
fields_mqtt_quic_listener_initial_window_packets.desc:
"""The size (in packets) of the initial congestion window for a connection. Default: 10"""

View File

@ -208,9 +208,6 @@ fields_tcp_opts_backlog.desc:
fields_tcp_opts_backlog.label:
"""TCP 连接队列长度"""
broker_route_batch_clean.desc:
"""是否开启批量清除路由。"""
fields_mqtt_quic_listener_initial_window_packets.desc:
"""一个连接的初始拥堵窗口的大小以包为单位。默认值10"""