Skip to main content
Version: 5.7.0

SetUploadLowTransferRateThreshold

Sets the low transfer rate threshold of an upload in bytes/sec.

If the transfer rate dips below the given threshold longer than the specified timeout, the transfer will fail.

By default this is set to 50 bytes/sec.

tip

This timeout method does not work on Unity mobile platforms.

Method Parameters

ParameterDescription
bytesPerSecThe low transfer rate threshold in bytes/sec

Usage

http://localhost:3000
int minTransferRate = 1500;
_bc.SetUploadLowTransferRateThreshold(minTransferRate);