Update rate-limiter.ts
This commit is contained in:
parent
f1b5ec8517
commit
1129d33321
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user