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) {