Update offerstable.js

This commit is contained in:
Gerlof van Ek
2025-01-17 22:13:37 +01:00
committed by GitHub
parent 765ef9571a
commit 8de365f9d3

View File

@@ -1106,7 +1106,7 @@ function getEmptyPriceData() {
async function fetchLatestPrices() { async function fetchLatestPrices() {
const PRICES_CACHE_KEY = 'prices_coingecko'; const PRICES_CACHE_KEY = 'prices_coingecko';
const minRequestInterval = 15000; const minRequestInterval = 30000;
const currentTime = Date.now(); const currentTime = Date.now();
if (!window.isManualRefresh) { if (!window.isManualRefresh) {