fix(slow_subs): fix unit of time of the expire_interval default value

This commit is contained in:
firest 2022-04-22 16:34:25 +08:00
parent 9635361a89
commit ba8274fc07
1 changed files with 2 additions and 2 deletions

View File

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