For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network Rate Limit

Network Rate Limit controls how quickly content is delivered to clients by applying a transfer speed limit after a configurable amount of data has been transferred.

This feature can be used to manage bandwidth consumption and control the delivery rate of large files or streaming content.

How Network Rate Limit Works

Network Rate Limit is configured using two parameters:

Parameter

Description

Rate Limit

Maximum transfer speed applied after the threshold is reached.

Threshold

Amount of data transferred before the rate limit is enforced.

Content is delivered at normal speed until the configured threshold is reached. Once the threshold is exceeded, the CDN limits the transfer rate according to the configured value.

Configuration

Enable Network Rate Limit and configure the following settings:

Rate Limit

Defines the maximum transfer speed applied to content delivery after throttling begins.

Supported units:

  • KB/s

  • MB/s

Threshold

Defines how much data can be transferred before the configured rate limit takes effect.

Supported units:

  • KB

  • MB

Example

The following configuration:

  • Rate Limit: 1 MB/s

  • Threshold: 512 MB

Allows the first 512 MB of content to be delivered without restriction. After 512 MB has been transferred, the CDN limits delivery speed to 1 MB/s.

Common Use Cases

Network Rate Limit can also be combined with Geo Blocking, IP Restriction, and Security Token to apply bandwidth controls only to specific audiences or protected content.

Large File Delivery

Prevent excessive bandwidth consumption when distributing large software packages, backups, or downloadable assets.

Media Distribution

Allow video playback or file downloads to start quickly while controlling sustained transfer rates for long-running sessions.

Bandwidth Management

Reduce the impact of high-volume transfers on overall resource consumption.

Important Notes

  • Rate limiting is enforced at the CDN edge.

  • Content is delivered at full speed until the configured threshold is reached.

  • Lower rate limits may increase download completion times.

  • Threshold values should be configured carefully to balance user experience and bandwidth control.

Last updated

Was this helpful?