don't need the bgmonitor reporting anymore

This commit is contained in:
Ted Unangst 2020-05-23 19:01:56 -04:00
parent b00eccf427
commit d30daa653a
1 changed files with 1 additions and 3 deletions

4
web.go
View File

@ -2397,9 +2397,7 @@ func wait100ms() chan struct{} {
func bgmonitor() {
for {
time.Sleep(5 * time.Minute)
log.Printf("good morning!")
log.Printf("outstanding deliveries: %d", garage.Outstanding())
time.Sleep(50 * time.Minute)
}
}