mirror of
https://github.com/basicswap/basicswap.git
synced 2025-02-02 03:06:30 +00:00
Update offerstable.js
This commit is contained in:
parent
765ef9571a
commit
8de365f9d3
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue