mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 16:49:02 +08: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