From bc8d7df7e08c9dfaf43c5611539d6ac4a71029bd Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 18 May 2018 21:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E6=AF=81=E5=8F=A5=E6=9F=84=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=AD=A3=E7=A1=AE=E5=A4=84=E7=90=86=E5=9E=83=E5=9C=BE?= =?UTF-8?q?=E5=9B=9E=E6=94=B6=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_rule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index c067922..3c67647 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -3282,7 +3282,7 @@ void *thread_rule_monitor(void *arg) MESA_htable_destroy(feather->map_tablename2id,free); destroy_maat_scanner(feather->scanner); - garbage_bury(feather->garbage_q,feather->effect_interval_ms/1000+10,feather->logger); + garbage_bury(feather->garbage_q,0,feather->logger); MESA_lqueue_destroy(feather->garbage_q,lqueue_destroy_cb,NULL); FS_stop(&(feather->stat_handle));