This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-26 10:19:35 +08:00
parent b56318d385
commit 66072fc47f
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@
},
"redisRemotes": {
"master": {
"url": "this Set is abandend, use env insted",
"url": "this Set is abandend, use env instead",
"password": "",
"index": 5,
"description": ""

View File

@ -120,6 +120,7 @@ func LoopSubscribe(cr *core.Core, channelName string, redisConf *core.RedisConfi
dt = append(dt, mx.AvgVal)
mx.Data = dt
cr.MaXProcessChan <- &mx
}
// 接收到的tinckerInfo扔到 tickerInfo 二次加工流水线
@ -448,7 +449,6 @@ func CandlesProcess(cr *core.Core) {
for {
cd := <-cr.CandlesProcessChan
cd.LastUpdate = time.Now()
// logrus.Debug("cd: ", cd)
logrus.Debug("candle in process: ", cd)
go func(cad *core.Candle) {
mcd := MyCandle{