>>

Effis Rate Limit Conf

Represents a single rate limit for Effis.

FieldTypeDescription
reset_afterNumberThe amount of seconds after which the rate limit resets.
limitNumberThe amount of requests that can be made within the reset_after interval.
file_size_limitNumberThe maximum amount of bytes that can be sent within the reset_after interval.
>>

Example

{
  "reset_after": 60,
  "limit": 5,
  "file_size_limit": 30000000
}