gruelbox/orko

Rate limits aren't getting calculated correctly

badgerwithagun opened this issue · 1 comments

Rate limit for [gdax] is RateLimit [calls=1, timeSpan=3, timeUnit=SECONDS] 
Rate limit for [bittrex] is RateLimit [calls=1, timeSpan=3, timeUnit=SECONDS] 
Rate limit for [binance] is unknown, defaulting to: RateLimit [calls=1, timeSpan=3, timeUnit=SECONDS]
Rate limit for [bitfinex] is unknown, defaulting to: RateLimit [calls=1, timeSpan=3, timeUnit=SECONDS]
Rate limit for [kucoin] is RateLimit [calls=1, timeSpan=3, timeUnit=SECONDS] 

These should be different, and match the configuration in the .json files, e.g.
https://github.com/badgerwithagun/XChange/blob/orko/xchange-kucoin/src/main/resources/kucoin.json

Was a logging bug. Fixed.