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