emqx/rel/config/examples/conn_congestion.conf.example

12 lines
255 B
Plaintext

## Connection Congestion
##
## Emit alarms when MQTT connection congested
conn_congestion {
## Enable or disable connection congestion alarm
enable_alarm = true
## Minimal time before clearing the alarm
min_alarm_sustain_duration = 1m
}