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