lower polygon limit - seeing 429s in logs

This commit is contained in:
Emil Lerch 2026-06-01 12:22:46 -07:00
parent b9416dab7f
commit 60435b645f
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -27,7 +27,7 @@ pub const Polygon = struct {
return .{
.api_key = api_key,
.client = http.Client.init(io, allocator),
.rate_limiter = RateLimiter.perMinute(io, 5),
.rate_limiter = RateLimiter.perMinute(io, 4),
.allocator = allocator,
};
}