emqx/rel/i18n/emqx_slow_subs_schema.hocon

19 lines
388 B
Plaintext

emqx_slow_subs_schema {
enable.desc:
"""Enable this feature"""
expire_interval.desc:
"""The eviction time of the record, which in the statistics record table"""
stats_type.desc:
"""The method to calculate the latency"""
threshold.desc:
"""The latency threshold for statistics"""
top_k_num.desc:
"""The maximum number of records in the slow subscription statistics record table"""
}