When converting a large file (which takes some time to upload/convert/download) the HTTP request is timing out. The default timeout of the HTTP request should be extended to a greater value.
The app currently uses ASIFormDataRequest, which derives from [ASIHTTPRequest]. We can set the default timeout by calling the class method below:
[ASIHTTPRequest setDefaultTimeOutSeconds:20]
We should consider getting the actual default timeout value from setting configured for the app (to be configurable by the user from the app's Settings item).
When converting a large file (which takes some time to upload/convert/download) the HTTP request is timing out. The default timeout of the HTTP request should be extended to a greater value.
The app currently uses
ASIFormDataRequest
, which derives from[ASIHTTPRequest]
. We can set the default timeout by calling the class method below:We should consider getting the actual default timeout value from setting configured for the app (to be configurable by the user from the app's Settings item).
See Commit Comment @ \e7fcbbad208950e160f7a44d8627d75c1a649d2d