mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:19:03 +08:00
bump rate limits
This commit is contained in:
parent
5515ca7a52
commit
d119552eee
@ -31,8 +31,8 @@ const fallbackRateLimits: AuthCreditUsageChunk["rate_limits"] = {
|
||||
preview: 25,
|
||||
extractStatus: 25000,
|
||||
crawlStatus: 25000,
|
||||
extractAgentPreview: 1,
|
||||
scrapeAgentPreview: 5,
|
||||
extractAgentPreview: 10,
|
||||
scrapeAgentPreview: 10,
|
||||
};
|
||||
|
||||
export function getRateLimiter(
|
||||
|
Loading…
x
Reference in New Issue
Block a user