Update rate-limiter.ts
This commit is contained in:
parent
2c0660653d
commit
a144e13e30
@ -6,7 +6,7 @@ const MAX_CRAWLS_PER_MINUTE_STARTER = 2;
|
||||
const MAX_CRAWLS_PER_MINUTE_STANDARD = 4;
|
||||
const MAX_CRAWLS_PER_MINUTE_SCALE = 20;
|
||||
|
||||
const MAX_REQUESTS_PER_MINUTE_ACCOUNT = 40;
|
||||
const MAX_REQUESTS_PER_MINUTE_ACCOUNT = 20;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user