>>

Effis Rate Limits

Rate limits that apply to Effis (The CDN).

FieldTypeDescription
assetsEffisRateLimitConfRate limits for the asset buckets.
attachmentsEffisRateLimitConfRate limits for the attachment bucket.
fetch_fileRateLimitConfRate limits for the file fetching endpoints.
proxy_fileRateLimitConfRate limits for fetching a file through effis as a proxy.
>>

Example

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