Update rate-limiter.ts
This commit is contained in:
parent
f1b5ec8517
commit
1129d33321
@ -37,15 +37,19 @@ const RATE_LIMITS = {
|
|||||||
growth: 500,
|
growth: 500,
|
||||||
},
|
},
|
||||||
preview: {
|
preview: {
|
||||||
|
free: 5,
|
||||||
default: 5,
|
default: 5,
|
||||||
},
|
},
|
||||||
account: {
|
account: {
|
||||||
|
free: 20,
|
||||||
default: 20,
|
default: 20,
|
||||||
},
|
},
|
||||||
crawlStatus: {
|
crawlStatus: {
|
||||||
|
free: 150,
|
||||||
default: 150,
|
default: 150,
|
||||||
},
|
},
|
||||||
testSuite: {
|
testSuite: {
|
||||||
|
free: 10000,
|
||||||
default: 10000,
|
default: 10000,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user