0

Update rate-limiter.ts

This commit is contained in:
Nicolas 2024-06-06 11:53:12 -07:00
parent f1b5ec8517
commit 1129d33321

View File

@ -37,15 +37,19 @@ const RATE_LIMITS = {
growth: 500,
},
preview: {
free: 5,
default: 5,
},
account: {
free: 20,
default: 20,
},
crawlStatus: {
free: 150,
default: 150,
},
testSuite: {
free: 10000,
default: 10000,
},
};