mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 03:29:01 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
9edbdc987f
commit
d438b235f6
@ -47,7 +47,7 @@ const RATE_LIMITS = {
|
|||||||
// extract ops
|
// extract ops
|
||||||
extract_starter: 100,
|
extract_starter: 100,
|
||||||
extract_explorer: 500,
|
extract_explorer: 500,
|
||||||
extract_pro: 5000,
|
extract_pro: 1000,
|
||||||
},
|
},
|
||||||
scrape: {
|
scrape: {
|
||||||
default: 100,
|
default: 100,
|
||||||
@ -69,7 +69,7 @@ const RATE_LIMITS = {
|
|||||||
// extract ops
|
// extract ops
|
||||||
extract_starter: 100,
|
extract_starter: 100,
|
||||||
extract_explorer: 500,
|
extract_explorer: 500,
|
||||||
extract_pro: 5000,
|
extract_pro: 1000,
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
default: 100,
|
default: 100,
|
||||||
@ -91,7 +91,7 @@ const RATE_LIMITS = {
|
|||||||
// extract ops
|
// extract ops
|
||||||
extract_starter: 100,
|
extract_starter: 100,
|
||||||
extract_explorer: 500,
|
extract_explorer: 500,
|
||||||
extract_pro: 5000,
|
extract_pro: 1000,
|
||||||
},
|
},
|
||||||
map: {
|
map: {
|
||||||
default: 100,
|
default: 100,
|
||||||
@ -113,7 +113,7 @@ const RATE_LIMITS = {
|
|||||||
// extract ops
|
// extract ops
|
||||||
extract_starter: 100,
|
extract_starter: 100,
|
||||||
extract_explorer: 500,
|
extract_explorer: 500,
|
||||||
extract_pro: 5000,
|
extract_pro: 1000,
|
||||||
},
|
},
|
||||||
extract: {
|
extract: {
|
||||||
default: 100,
|
default: 100,
|
||||||
@ -121,20 +121,20 @@ const RATE_LIMITS = {
|
|||||||
starter: 500,
|
starter: 500,
|
||||||
standard: 500,
|
standard: 500,
|
||||||
standardOld: 500,
|
standardOld: 500,
|
||||||
scale: 1500,
|
scale: 1000,
|
||||||
hobby: 100,
|
hobby: 100,
|
||||||
standardNew: 500,
|
standardNew: 500,
|
||||||
standardnew: 500,
|
standardnew: 500,
|
||||||
growth: 1500,
|
growth: 1000,
|
||||||
growthdouble: 1500,
|
growthdouble: 1000,
|
||||||
etier2c: 5000,
|
etier2c: 1000,
|
||||||
etier1a: 5000,
|
etier1a: 1000,
|
||||||
etier2a: 5000,
|
etier2a: 1000,
|
||||||
etierscale1: 5000,
|
etierscale1: 1000,
|
||||||
etierscale2: 5000,
|
etierscale2: 1000,
|
||||||
extract_starter: 100,
|
extract_starter: 100,
|
||||||
extract_explorer: 500,
|
extract_explorer: 500,
|
||||||
extract_pro: 5000,
|
extract_pro: 1000,
|
||||||
},
|
},
|
||||||
preview: {
|
preview: {
|
||||||
free: 5,
|
free: 5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user