From a956b1f090ac5d866a6d1b78261e8685475188a0 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:47:11 -0600 Subject: [PATCH] thatll do for now --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 4f539b9..a7399d4 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -13,7 +13,7 @@ import ( func Run(ctx context.Context) error { rps := 2 - limit := 100 + limit := 200 limiter := rate.NewLimiter(rate.Limit(rps), 1)