change cache from 6 hours to 1 hour for marketman provider
All checks were successful
ynab-portfolio-monitor / build (push) Successful in 36s
All checks were successful
ynab-portfolio-monitor / build (push) Successful in 36s
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
const cacheFilePath = "data/marketman.json"
|
||||
const cacheDuration = 6 * time.Hour
|
||||
const cacheDuration = time.Hour
|
||||
|
||||
type walletData struct {
|
||||
Current struct {
|
||||
|
||||
Reference in New Issue
Block a user