Effis Rate Limits
Rate limits that apply to Effis (The CDN).
| Field | Type | Description | 
|---|---|---|
| assets | EffisRateLimitConf | Rate limits for the asset buckets. | 
| attachments | EffisRateLimitConf | Rate limits for the attachment bucket. | 
| fetch_file | RateLimitConf | Rate limits for the file fetching endpoints. | 
| proxy_file | RateLimitConf | Rate limits for fetching a file through effis as a proxy. | 
Example
{
  "assets": {
    "reset_after": 60,
    "limit": 5,
    "file_size_limit": 30000000
  },
  ...
}