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() {
|
func bgmonitor() {
|
||||||
for {
|
for {
|
||||||
time.Sleep(5 * time.Minute)
|
time.Sleep(50 * time.Minute)
|
||||||
log.Printf("good morning!")
|
|
||||||
log.Printf("outstanding deliveries: %d", garage.Outstanding())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue