From 6404efd0ecf8fcc13c7139cb7f1a2f331c1c1aa8 Mon Sep 17 00:00:00 2001 From: lafirest Date: Fri, 31 Dec 2021 15:59:47 +0800 Subject: [PATCH] fix(emqx_slow_subs): fix default expire 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 a2ceb4cbc..9477b2e2c 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 @@ emqx_slow_subs { ## The eviction time of the record, which in the statistics record table ## - ## Default: 5m - expire_interval = 5m + ## Default: 300ms + expire_interval = 300ms ## The maximum number of records in the slow subscription statistics record table ##