zqbao 4 months ago
parent
commit
e296318625
1 changed files with 1 additions and 4 deletions
  1. 1 4
      models/db.go

+ 1 - 4
models/db.go

@@ -212,12 +212,9 @@ func init() {
 	// 初始化STL指标系列
 	initStlEdbInfo()
 
-	// 初始化STL指标系列
-	initStlEdbInfo()
-
 	// 初始化指标监控
 	initEdbMonitor()
-	
+
 	// 开启mysql binlog监听
 	if utils.MYSQL_DATA_BINLOG_URL != "" {
 		initBinlog()