mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
842e197fd7
commit
c74f757b53
|
@ -7,11 +7,11 @@ const MAX_CRAWLS_PER_MINUTE_STANDARD = 5;
|
||||||
const MAX_CRAWLS_PER_MINUTE_SCALE = 20;
|
const MAX_CRAWLS_PER_MINUTE_SCALE = 20;
|
||||||
|
|
||||||
const MAX_SCRAPES_PER_MINUTE_STARTER = 20;
|
const MAX_SCRAPES_PER_MINUTE_STARTER = 20;
|
||||||
const MAX_SCRAPES_PER_MINUTE_STANDARD = 30;
|
const MAX_SCRAPES_PER_MINUTE_STANDARD = 40;
|
||||||
const MAX_SCRAPES_PER_MINUTE_SCALE = 50;
|
const MAX_SCRAPES_PER_MINUTE_SCALE = 50;
|
||||||
|
|
||||||
const MAX_SEARCHES_PER_MINUTE_STARTER = 20;
|
const MAX_SEARCHES_PER_MINUTE_STARTER = 20;
|
||||||
const MAX_SEARCHES_PER_MINUTE_STANDARD = 30;
|
const MAX_SEARCHES_PER_MINUTE_STANDARD = 40;
|
||||||
const MAX_SEARCHES_PER_MINUTE_SCALE = 50;
|
const MAX_SEARCHES_PER_MINUTE_SCALE = 50;
|
||||||
|
|
||||||
const MAX_REQUESTS_PER_MINUTE_PREVIEW = 5;
|
const MAX_REQUESTS_PER_MINUTE_PREVIEW = 5;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user