fix(emqx_slow_subs): fix default expire value

This commit is contained in:
lafirest 2021-12-31 15:59:47 +08:00
parent 388fdc6057
commit 6404efd0ec
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ emqx_slow_subs {
## The eviction time of the record, which in the statistics record table
##
## Default: 5m
expire_interval = 5m
## Default: 300ms
expire_interval = 300ms
## The maximum number of records in the slow subscription statistics record table
##