fix: custom error handling for all wallets and cache update
This commit is contained in:
parent
145a21cc8d
commit
34704e071d
8 changed files with 61 additions and 41 deletions
|
|
@ -31,7 +31,7 @@ const mapValuesWithKey = _.mapValues.convert({
|
|||
|
||||
const TRADE_TTL = 2 * T.minutes
|
||||
const STALE_TICKER = 3 * T.minutes
|
||||
const STALE_BALANCE = 3 * T.minutes
|
||||
const STALE_BALANCE = 15 * T.seconds
|
||||
const PONG_TTL = '1 week'
|
||||
const tradesQueues = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue