Run the cleaner on startup

This commit is contained in:
Kegan Dougal 2024-04-22 08:59:23 +01:00
parent 5dae70069b
commit a1b5e48529

View File

@ -220,6 +220,7 @@ func main() {
})
go h2.StartV2Pollers()
go h2.Store.Cleaner(time.Hour)
if args[EnvOTLP] != "" {
h3 = otelhttp.NewHandler(h3, "Sync")
}