Merge pull request #6594 from lafirest/fix/default_value

fix(emqx_slow_subs): fix default expire value
This commit is contained in:
lafirest 2022-01-05 09:42:53 +08:00 committed by GitHub
commit a212592d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ## The eviction time of the record, which in the statistics record table
## ##
## Default: 5m ## Default: 300ms
expire_interval = 5m expire_interval = 300ms
## The maximum number of records in the slow subscription statistics record table ## The maximum number of records in the slow subscription statistics record table
## ##