Integrate corpus fetch/parse logic

This commit is contained in:
Fred Boniface
2024-03-26 15:40:15 +00:00
parent cf633eeb8f
commit f4a21ebe86
7 changed files with 184 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
"git.fjla.uk/owlboard/timetable-mgr/log"
)
const frequency = 5 * time.Millisecond // Figure out a sensible frequency!
const frequency = 20000 * time.Millisecond // Figure out a sensible frequency!
func InitTicker(cfg *helpers.Configuration, stop <-chan struct{}) {
go runTicker(cfg, stop)