mirror of
https://github.com/heyman/heynote.git
synced 2025-06-24 19:41:30 +02:00
Change currency data stale time to 12 hours instead of 24
This commit is contained in:
parent
8c6d22d10d
commit
2d3a20e4cd
@ -1,6 +1,6 @@
|
|||||||
import CONFIG from "../config"
|
import CONFIG from "../config"
|
||||||
|
|
||||||
const STALE_TIME = 1000 * 3600 * 24
|
const STALE_TIME = 1000 * 3600 * 12
|
||||||
|
|
||||||
export default async function getCurrencyData() {
|
export default async function getCurrencyData() {
|
||||||
const currency = CONFIG.get("currency")
|
const currency = CONFIG.get("currency")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user