Effis Rate Limit Conf
Represents a single rate limit for Effis.
| Field | Type | Description |
|---|---|---|
| reset_after | Number | The amount of seconds after which the rate limit resets. |
| limit | Number | The amount of requests that can be made within the reset_after interval. |
| file_size_limit | Number | The maximum amount of bytes that can be sent within the reset_after interval. |
Example
{
"reset_after": 30,
"limit": 5,
"file_size_limit": 30000000
}