From 8de365f9d34646633cb42397fc5b484d9983cc34 Mon Sep 17 00:00:00 2001 From: Gerlof van Ek Date: Fri, 17 Jan 2025 22:13:37 +0100 Subject: [PATCH] Update offerstable.js --- basicswap/static/js/offerstable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/static/js/offerstable.js b/basicswap/static/js/offerstable.js index e6210b7..74c10af 100644 --- a/basicswap/static/js/offerstable.js +++ b/basicswap/static/js/offerstable.js @@ -1106,7 +1106,7 @@ function getEmptyPriceData() { async function fetchLatestPrices() { const PRICES_CACHE_KEY = 'prices_coingecko'; - const minRequestInterval = 15000; + const minRequestInterval = 30000; const currentTime = Date.now(); if (!window.isManualRefresh) {