Change frequency to 10 seconds.

This commit is contained in:
Greg Pomerantz 2025-01-26 11:28:48 -05:00
parent 94d448e905
commit 85115af7c4

View File

@ -17,7 +17,7 @@ var (
clk chan bool
wg sync.WaitGroup
freq = time.Second
freq = time.Second * 10
throttle bool
errs map[string]int
mu sync.Mutex