0

Update rate-limiter.ts

This commit is contained in:
Nicolas 2024-04-19 12:23:13 -07:00
parent 2c0660653d
commit a144e13e30

View File

@ -6,7 +6,7 @@ const MAX_CRAWLS_PER_MINUTE_STARTER = 2;
const MAX_CRAWLS_PER_MINUTE_STANDARD = 4; const MAX_CRAWLS_PER_MINUTE_STANDARD = 4;
const MAX_CRAWLS_PER_MINUTE_SCALE = 20; const MAX_CRAWLS_PER_MINUTE_SCALE = 20;
const MAX_REQUESTS_PER_MINUTE_ACCOUNT = 40; const MAX_REQUESTS_PER_MINUTE_ACCOUNT = 20;