Merge branch 'v1-webscraper' of https://github.com/mendableai/firecrawl into v1-webscraper

This commit is contained in:
rafaelsideguide 2024-08-28 14:18:07 -03:00
commit b7f62f93c4
2 changed files with 2 additions and 1 deletions

View File

@ -312,6 +312,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" };

View File

@ -65,7 +65,7 @@ const RATE_LIMITS = {
},
crawlStatus: {
free: 150,
default: 150,
default: 250,
},
testSuite: {
free: 10000,