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:
commit
6f18ac2650
|
@ -12,8 +12,8 @@ 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: 300ms
|
## Default: 300s
|
||||||
expire_interval = 300ms
|
expire_interval = 300s
|
||||||
|
|
||||||
## The maximum number of records in the slow subscription statistics record table
|
## The maximum number of records in the slow subscription statistics record table
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue