The "Download Speed Limit" option allows you to control the content delivery speed to end users.
To configure the speed limit via the Gcore Customer Portal:
1. Go to CDN and select the CDN resource you want to configure.
2. In the sidebar, under the "Network limits" section, click Download speed limit.
This option has 2 modes: Static and Dynamic.
This mode sets a limit on all content that is transmitted through the CDN. When this mode is selected, you can define the "Connection Speed" and "Limit After" parameters.
This setting defines the maximum download speed per connection in Kilobytes per second (KB/s). This parameter only accepts values equal to or higher than 1 KB/s.
This setting defines the amount of data that can be downloaded without limit before the Connection Speed parameter takes effect. If set to 0, the download speed will be limited immediately from the first byte.
This mode sets different limits for different users or for different types of content. The speed is adjusted based on requests with the "speed" and "buffer" arguments.
The speed sets the maximum download speed, while the buffer sets how much data will be transferred without the speed limit. The buffer argument is optional.
Typically, these arguments are passed as parameters in a query string. For example, the following URL would limit download speed to 50 KB/s after downloading 500 KB:
http://cdn.example.com/video.mp4?speed=50k&buffer=500k
Was this article helpful?
Learn more about our next-gen CDN