change cache from 6 hours to 1 hour for marketman provider
All checks were successful
ynab-portfolio-monitor / build (push) Successful in 36s

This commit is contained in:
2026-04-03 18:41:16 -06:00
parent e877c9afc2
commit 6626a83f88

View File

@@ -12,7 +12,7 @@ import (
) )
const cacheFilePath = "data/marketman.json" const cacheFilePath = "data/marketman.json"
const cacheDuration = 6 * time.Hour const cacheDuration = time.Hour
type walletData struct { type walletData struct {
Current struct { Current struct {