diff --git a/web.go b/web.go index 5e02c35..e25153c 100644 --- a/web.go +++ b/web.go @@ -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) } }