You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to set the rate limit factor per method, Ex. you could set "account-v1.getByPuuid" to have a usage factor of 0.5 which would mean that it would use up to half the rate limit on just that method. This would probably override the method_rate_limit. It could overwrite the app_rate_limit or multiply against it not sure, and for the over all rate limit it would probably multiply against it.
The text was updated successfully, but these errors were encountered:
Allow users to set the rate limit factor per method, Ex. you could set "account-v1.getByPuuid" to have a usage factor of 0.5 which would mean that it would use up to half the rate limit on just that method. This would probably override the method_rate_limit. It could overwrite the app_rate_limit or multiply against it not sure, and for the over all rate limit it would probably multiply against it.
The text was updated successfully, but these errors were encountered: