chore: hide stale config
This commit is contained in:
parent
91150e6d83
commit
2fa5b511bf
|
@ -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",
|
||||
|
|
|
@ -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"""
|
||||
|
||||
|
|
|
@ -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"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue