mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 09:55:59 +08:00
Nick: 2x rate limits for standard and growth for /scrape
This commit is contained in:
parent
72461ce9a6
commit
3dc298be54
@ -20,14 +20,14 @@ const RATE_LIMITS = {
|
||||
default: 20,
|
||||
free: 5,
|
||||
starter: 20,
|
||||
standard: 50,
|
||||
standard: 100,
|
||||
standardOld: 40,
|
||||
scale: 500,
|
||||
hobby: 10,
|
||||
standardNew: 50,
|
||||
standardnew: 50,
|
||||
growth: 500,
|
||||
growthdouble: 500,
|
||||
standardNew: 100,
|
||||
standardnew: 100,
|
||||
growth: 1000,
|
||||
growthdouble: 1000,
|
||||
},
|
||||
search: {
|
||||
default: 20,
|
||||
|
Loading…
x
Reference in New Issue
Block a user