Просмотр исходного кода

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

firest 3 лет назад
Родитель
Сommit
ba8274fc07
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/emqx_slow_subs/etc/emqx_slow_subs.conf

+ 2 - 2
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
     ##