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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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