Skip to content

Commit

Permalink
revert ws rl
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekonan committed Jan 14, 2022
1 parent e1237a2 commit 3f96b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/kucoin/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func New(store *store.Store, ttlCache *store.TTLCache, client *proxy.Client, con
l: new(sync.Mutex),
pool: nil,
httpRl: httpRl,
wsRl: ratelimit.New(5),
wsRl: ratelimit.New(9),
subs: map[string]struct{}{},
config: config,
client: client,
Expand Down

0 comments on commit 3f96b22

Please sign in to comment.