From f0afbf0137a186be9150fe8945ab1a1b2d698c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Mon, 1 Mar 2021 11:28:45 +0000 Subject: [PATCH] fix: revert the cache time change --- lib/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.js b/lib/plugins.js index b79f2cd5..b86f76b5 100644 --- a/lib/plugins.js +++ b/lib/plugins.js @@ -31,7 +31,7 @@ const mapValuesWithKey = _.mapValues.convert({ const TRADE_TTL = 2 * 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 tradesQueues = {}