Const
Minimum milliseconds between requests to stay within rate limits.
export const REQUEST_INTERVAL = (60 * 1000) / API_RATE_LIMIT; Copy
export const REQUEST_INTERVAL = (60 * 1000) / API_RATE_LIMIT;
Minimum milliseconds between requests to stay within rate limits.