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