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)