Browse Source

默认开启

xyxie 1 year ago
parent
commit
fb93ff35fc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      services/data/edb_info.go
  2. 1 1
      utils/config.go

+ 1 - 1
services/data/edb_info.go

@@ -135,7 +135,7 @@ func RefreshDataFromPb(wg *sync.WaitGroup) (err error) {
 		}
 		wg.Done()
 	}()
-	if utils.PbRefreshOpen != "1" {
+	if utils.PbRefreshOpen == "0" {
 		return
 	}
 	var condition string

+ 1 - 1
utils/config.go

@@ -117,7 +117,7 @@ var (
 
 var (
 	PbRefreshFrequency string // 彭博更新频度
-	PbRefreshOpen      string // 彭博刷新开关
+	PbRefreshOpen      string // 彭博刷新开关 0关闭,默认都是开启的
 )
 var HzDataApi string