Refresh topics every 60 seconds in the background

This commit is contained in:
Dave Gallant
2023-02-04 18:04:09 -05:00
parent 9f525a2324
commit 81a161a350
2 changed files with 9 additions and 10 deletions

View File

@@ -35,5 +35,6 @@ func main() {
a.Initialize()
go a.refreshTopics()
a.Run(httpPort)
}