mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 12:19:04 +08:00
Merge branch 'v1-webscraper' of https://github.com/mendableai/firecrawl into v1-webscraper
This commit is contained in:
commit
b7f62f93c4
@ -312,6 +312,7 @@ export async function supaAuthenticateUser(
|
|||||||
mode === RateLimiterMode.Preview ||
|
mode === RateLimiterMode.Preview ||
|
||||||
mode === RateLimiterMode.Map ||
|
mode === RateLimiterMode.Map ||
|
||||||
mode === RateLimiterMode.Crawl ||
|
mode === RateLimiterMode.Crawl ||
|
||||||
|
mode === RateLimiterMode.CrawlStatus ||
|
||||||
mode === RateLimiterMode.Search)
|
mode === RateLimiterMode.Search)
|
||||||
) {
|
) {
|
||||||
return { success: true, team_id: "preview" };
|
return { success: true, team_id: "preview" };
|
||||||
|
@ -65,7 +65,7 @@ const RATE_LIMITS = {
|
|||||||
},
|
},
|
||||||
crawlStatus: {
|
crawlStatus: {
|
||||||
free: 150,
|
free: 150,
|
||||||
default: 150,
|
default: 250,
|
||||||
},
|
},
|
||||||
testSuite: {
|
testSuite: {
|
||||||
free: 10000,
|
free: 10000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user