panlei
2019-11-04 d0c5a638caa14e025fd5c4ba11992f7133c8fd3b
多go程不推送
1个文件已修改
2 ■■■ 已修改文件
main.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.go
@@ -108,7 +108,7 @@
                    insertdata.InsertToEs(resultMsg)
                    logger.Debug("插入完Es所用时间:", time.Since(start))
                    //事件推送
                    labelFilter.PushSomthing(resultMsg)
                    // labelFilter.PushSomthing(resultMsg)
                }(msg)
            }
        }