mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-26 08:52:50 +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,
|
default: 100,
|
||||||
},
|
},
|
||||||
crawlStatus: {
|
crawlStatus: {
|
||||||
free: 300,
|
free: 500,
|
||||||
default: 500,
|
default: 5000,
|
||||||
},
|
},
|
||||||
testSuite: {
|
testSuite: {
|
||||||
free: 10000,
|
free: 10000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user