mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Update offerstable.js
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user