mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 02:35:59 +08:00
Nick: 2x rate limits
This commit is contained in:
parent
3850b000f0
commit
861e2ebdf1
@ -17,10 +17,23 @@ const RATE_LIMITS = {
|
|||||||
growthdouble: 50,
|
growthdouble: 50,
|
||||||
},
|
},
|
||||||
scrape: {
|
scrape: {
|
||||||
|
default: 20,
|
||||||
|
free: 10,
|
||||||
|
starter: 20,
|
||||||
|
standard: 100,
|
||||||
|
standardOld: 40,
|
||||||
|
scale: 500,
|
||||||
|
hobby: 20,
|
||||||
|
standardNew: 100,
|
||||||
|
standardnew: 100,
|
||||||
|
growth: 1000,
|
||||||
|
growthdouble: 1000,
|
||||||
|
},
|
||||||
|
search: {
|
||||||
default: 20,
|
default: 20,
|
||||||
free: 5,
|
free: 5,
|
||||||
starter: 20,
|
starter: 20,
|
||||||
standard: 50,
|
standard: 40,
|
||||||
standardOld: 40,
|
standardOld: 40,
|
||||||
scale: 500,
|
scale: 500,
|
||||||
hobby: 10,
|
hobby: 10,
|
||||||
@ -29,7 +42,7 @@ const RATE_LIMITS = {
|
|||||||
growth: 500,
|
growth: 500,
|
||||||
growthdouble: 500,
|
growthdouble: 500,
|
||||||
},
|
},
|
||||||
search: {
|
map:{
|
||||||
default: 20,
|
default: 20,
|
||||||
free: 5,
|
free: 5,
|
||||||
starter: 20,
|
starter: 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user