0

Update rate-limiter.ts

This commit is contained in:
Nicolas 2024-06-05 14:38:10 -07:00
parent acb7de03d5
commit 525b4f2a83

View File

@ -4,7 +4,7 @@ import { RateLimiterMode } from "../../src/types";
const RATE_LIMITS = {
crawl: {
free: 1,
free: 2,
starter: 3,
standard: 5,
scale: 20,