Merge pull request #7725 from lafirest/fix/slow_subs_def_conf

fix(slow_subs): fix unit of time of the expire_interval default value
This commit is contained in:
lafirest 2022-04-22 17:46:56 +08:00 committed by GitHub
commit 6f18ac2650
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 @@ 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
##