>>

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.
>>

Example

{
  "assets": {
    "reset_after": 60,
    "limit": 5,
    "file_size_limit": 30000000
  },
  "attachments": {
    "reset_after": 180,
    "limit": 20,
    "file_size_limit": 500000000
  },
  "fetch_file": {
    "reset_after": 60,
    "limit": 30
  }
}