From 33a8935a188127f7624b4c17c6d40c7a500c170f Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期三, 30 十月 2019 17:18:41 +0800
Subject: [PATCH] 取消推送,看看占内存发生在何处

---
 insertdata/config.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/insertdata/config.go b/insertdata/config.go
index 0a3bcab..64c6b67 100644
--- a/insertdata/config.go
+++ b/insertdata/config.go
@@ -59,5 +59,5 @@
 	viper.UnmarshalKey("es", EsInfo)
 	viper.UnmarshalKey("weedfs", WeedFs)
 	viper.UnmarshalKey("sopath",SoPath)
-	InitInsertEs()
+	//InitInsertEs()
 }
\ No newline at end of file

--
Gitblit v1.8.0