You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/13 23:03:10 UTC

[GitHub] [cordova-plugin-file-transfer] sdkester commented on issue #260: Timeouts after downloading a lot of files (iOS)

sdkester commented on issue #260:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/260#issuecomment-657851500


   @elvisgraho We removed the cached response to improve the memory usage when transferring a lot of files.
   
   ```objc
   CDVFileTransferDelegate* currentDelegate = command.activeTransfers[objectId];
   [[NSURLCache sharedURLCache] removeCachedResponseForRequest:currentDelegate.connection.currentRequest];
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org