Skip to main content
Version: 5.7.0

SetUploadLowTransferRateTimeout

Sets the timeout in seconds of a low speed upload (ie transfer rate which is underneath the low transfer rate threshold).

By default this is set to 120 seconds. Setting this value to 0 will turn off the timeout.

tip

This timeout method does not work on Unity mobile platforms.

Method Parameters

ParameterDescription
timeoutSecsThe timeout in seconds

Usage

http://localhost:3000
int timeoutSecs = 60;
_bc.SetUploadLowTransferRateTimeout(timeoutSecs);