Skip to content

Commit

Permalink
more topics per ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekonan committed Nov 15, 2021
1 parent 8752303 commit e0f944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/kucoin/kucoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (m *subscriptionManager) Subscribe(svc *sdk.ApiService, msg *sdk.WebSocketS
defer m.l.Unlock()

for i, c := range m.clients {
if c.count == 100 {
if c.count == 250 {
continue
}

Expand Down

0 comments on commit e0f944e

Please sign in to comment.