mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-22 02:24:31 +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() {
|
||||
const PRICES_CACHE_KEY = 'prices_coingecko';
|
||||
const minRequestInterval = 15000;
|
||||
const minRequestInterval = 30000;
|
||||
const currentTime = Date.now();
|
||||
|
||||
if (!window.isManualRefresh) {
|
||||
|
|
Loading…
Reference in a new issue