This commit is contained in:
Seraphim Strub 2023-03-10 15:02:43 +01:00
parent 91da8fa70b
commit 38cbc712cb
2 changed files with 1 additions and 2 deletions

View file

@ -59,8 +59,6 @@ func main() {
log.Fatal("couldn't find needed channel")
}
// delete messages older then x min in channel
ticker := time.NewTicker(1 * time.Minute)
quit := make(chan struct{})
go func() {