mzielezny commented on issue #341: Low performance when read large file with cordova-plugin-file URL: https://github.com/apache/cordova-plugin-file/issues/341#issuecomment-596186177 I noticed similar issue with 10 - 20 MB files (read was unexpectly slow) - I have increase speed of reading (25%) by changing READ_CHUNK_SIZE in FileReader.js - currently it is set to 256KB - when you adjust it, you should notice some improvements.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
