Преглед изворни кода

fix(emqx_slow_subs): fix default expire value

lafirest пре 4 година
родитељ
комит
6404efd0ec
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 @@ 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
     ##