Skip to content

Commit

Permalink
price update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMashukov committed Jul 8, 2024
1 parent 01523b2 commit a6df2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/strategy/market_trade_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (m *MarketTradeListener) ListenAll() {
}(&predictMap)

// Consumer count for kline channel
klineConsumerCount := 4
klineConsumerCount := 8

for i := 0; i < klineConsumerCount; i++ {
go func() {
Expand Down

0 comments on commit a6df2ae

Please sign in to comment.