fix: revert the cache time change
This commit is contained in:
parent
8146cd7210
commit
f0afbf0137
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const mapValuesWithKey = _.mapValues.convert({
|
||||||
|
|
||||||
const TRADE_TTL = 2 * T.minutes
|
const TRADE_TTL = 2 * T.minutes
|
||||||
const STALE_TICKER = 3 * T.minutes
|
const STALE_TICKER = 3 * T.minutes
|
||||||
const STALE_BALANCE = 15 * T.seconds
|
const STALE_BALANCE = 3 * T.minutes
|
||||||
const PONG_TTL = '1 week'
|
const PONG_TTL = '1 week'
|
||||||
const tradesQueues = {}
|
const tradesQueues = {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue