From 4fbcf21ef5df5c71672ae854d199247cb52171e6 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Mon, 19 Oct 2020 19:51:53 +0800 Subject: [PATCH] =?UTF-8?q?MAAT=5FOPT=5FSCAN=5FDETAIL=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=B8=BA2=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E4=B8=BA0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp index 95088c0..639266e 100644 --- a/src/entry/Maat_api.cpp +++ b/src/entry/Maat_api.cpp @@ -552,7 +552,7 @@ Maat_feather_t Maat_feather(int max_thread_num,const char* table_info_path,void* feather->effect_interval_ms=60*1000; feather->scan_interval_ms=1*1000; - feather->rule_scan_type=2; + feather->rule_scan_type=0; feather->thread_call_cnt=alignment_int64_array_alloc(max_thread_num); feather->outer_mid_cnt=alignment_int64_array_alloc(max_thread_num); feather->compile_mid_cnt=alignment_int64_array_alloc(max_thread_num);