CURL.SetOptionLowSpeedLimit
---------------------------

Sets the minimum required speed.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [CURL](component_CURL.md) | [2.5](newinversion25.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "CURL.SetOptionLowSpeedLimit"; curl; Value ) 

**MBS**( **"CURL.SetOptionLowSpeedLimit";** /\* Sets the minimum required speed. \*/  
**$curl**; /\* The CURL session handle. \*/   
**$Value**) /\* The low speed limit in bytes second.e.g. 1000 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The low speed limit in bytes second. | 1000 |

### Result

Returns "OK" on success.

### Description

Sets the minimum required speed.  
It contains the transfer speed in bytes per second that the transfer should be below during [CURL.SetOptionLowSpeedTime](CURLSetOptionLowSpeedTime.md) seconds for the library to consider it too slow and abort.  
See also [LOW\_SPEED\_LIMIT](https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html) option in CURL manual.

### See also

- [CURL.SetOptionLowSpeedTime](CURLSetOptionLowSpeedTime.md)

### Blog Entries

- [Translating Insert from URL options for CURL to MBS Plugin calls](https://www.mbsplugins.de/archive/2020-12-14/Translating_Insert_from_URL_op/monkeybreadsoftware_blog_filemaker)

Created 18th August 2014 , last changed 18th August 2014

  
[CURL.SetOptionLoginOptions](CURLSetOptionLoginOptions.md) - [CURL.SetOptionLowSpeedTime](CURLSetOptionLowSpeedTime.md)

[HTML Version](CURLSetOptionLowSpeedLimit.shtml)