layed out goroutine

This commit is contained in:
Hazel Noack
2025-07-16 16:59:40 +02:00
parent a0133e0981
commit 6ee6c9c8d9
4 changed files with 21 additions and 3 deletions

View File

@@ -63,7 +63,8 @@ func NewConfig() Config {
Port: 5500,
},
DiyHrt: diyhrt.DiyHrtConfig{
ApiKey: os.Getenv("API_KEY"),
ApiKey: os.Getenv("API_KEY"),
FetchIntervals: 60, // fetch every hour
StoreFilter: diyhrt.StoreFilter{
Limit: 0,
IncludeIds: []int{7},