Interface EffisRateLimitConf

Represents a single rate limit for Effis.


Example

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

Hierarchy

  • EffisRateLimitConf

Properties

file_size_limit: number

The maximum amount of bytes that can be sent within the reset_after interval.

limit: number

The amount of requests that can be made within the reset_after interval.

reset_after: number

The amount of seconds after which the rate limit resets.