This commit is contained in:
Nicolas 2024-08-28 14:17:59 -03:00
parent 8fbff28009
commit af67b14c9d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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