don't need the bgmonitor reporting anymore

Ted Unangst 4 years ago
parent 6cf1ae4489
commit 2577fa0e78

@ -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)
}
}

Loading…
Cancel
Save