From ba8274fc07cb76c1bb425693c4c13e09b58af101 Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 22 Apr 2022 16:34:25 +0800 Subject: [PATCH] fix(slow_subs): fix unit of time of the expire_interval default value --- apps/emqx_slow_subs/etc/emqx_slow_subs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_slow_subs/etc/emqx_slow_subs.conf b/apps/emqx_slow_subs/etc/emqx_slow_subs.conf index 4323126ad..c09cc1c56 100644 --- a/apps/emqx_slow_subs/etc/emqx_slow_subs.conf +++ b/apps/emqx_slow_subs/etc/emqx_slow_subs.conf @@ -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 ##