lower polygon limit - seeing 429s in logs
This commit is contained in:
parent
b9416dab7f
commit
60435b645f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue