speed up rss check
Ted Unangst tedu@tedunangst.com
Thu, 29 Feb 2024 01:19:07 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
syndicate.go
→
syndicate.go
@@ -30,7 +30,7 @@ }
func syndicator() { for { - dur := 12 * time.Hour + dur := 8 * time.Hour dur += time.Duration(notrand.Int63n(int64(dur / 4))) time.Sleep(dur) users := allusers()