From 08a17e00ecc337b888ab8807da3ab2738a269805 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 12 九月 2019 17:00:21 +0800 Subject: [PATCH] change default score value to 80 --- main.go | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 411d714..a6bf707 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,6 @@ "net/http" _ "net/http/pprof" "ruleprocess/insertdata" - "ruleprocess/labelFilter" "ruleprocess/util" "time" @@ -95,7 +94,7 @@ insertdata.InsertToEs(resultMsg) logger.Debug("鎻掑叆瀹孍s鎵�鐢ㄦ椂闂达細", time.Since(start)) //浜嬩欢鎺ㄩ�� - go labelFilter.Judge(resultMsg) + //go labelFilter.Judge(resultMsg) //}(msg) } } -- Gitblit v1.8.0