mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Faster exchange rates updates
This commit is contained in:
parent
0902acf633
commit
7b177679af
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Summary:
|
|||
'coin-btc': coin_btc_value(),
|
||||
'btc-usd': price_cmc_btc_usd()
|
||||
}
|
||||
cache.set(cache_key, data=data, expiry=7200)
|
||||
cache.set(cache_key, data=data, expiry=1200)
|
||||
g.coin_prices = data
|
||||
return data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue