all repos — honk @ 5c1f630bfc07677366ee14981b03f0911262ec3b

my fork of honk

don't need the bgmonitor reporting anymore
Ted Unangst tedu@tedunangst.com
Sat, 23 May 2020 19:01:56 -0400
commit

5c1f630bfc07677366ee14981b03f0911262ec3b

parent

4c6ccda251087c90a36e874af89789b7fc080c4e

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M web.goweb.go

@@ -2397,9 +2397,7 @@ }

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