mirror of
https://github.com/heyman/heynote.git
synced 2025-01-03 12:38:52 +01: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"
|
||||
|
||||
const STALE_TIME = 1000 * 3600 * 24
|
||||
const STALE_TIME = 1000 * 3600 * 12
|
||||
|
||||
export default async function getCurrencyData() {
|
||||
const currency = CONFIG.get("currency")
|
||||
|
Loading…
Reference in New Issue
Block a user