don't need the bgmonitor reporting anymore
This commit is contained in:
parent
b00eccf427
commit
d30daa653a
1 changed files with 1 additions and 3 deletions
4
web.go
4
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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue