thatll do for now

This commit is contained in:
Bel LaPointe
2026-03-08 20:47:11 -06:00
parent e8111a50d7
commit a956b1f090

View File

@@ -13,7 +13,7 @@ import (
func Run(ctx context.Context) error { func Run(ctx context.Context) error {
rps := 2 rps := 2
limit := 100 limit := 200
limiter := rate.NewLimiter(rate.Limit(rps), 1) limiter := rate.NewLimiter(rate.Limit(rps), 1)