mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-25 08:19:14 +00:00
fix(rate-limiter): raise crawlStatus limits
This commit is contained in:
parent
e97ee4a4be
commit
72d6a8179e
@ -80,8 +80,8 @@ const RATE_LIMITS = {
|
||||
default: 100,
|
||||
},
|
||||
crawlStatus: {
|
||||
free: 300,
|
||||
default: 500,
|
||||
free: 500,
|
||||
default: 5000,
|
||||
},
|
||||
testSuite: {
|
||||
free: 10000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user