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/03/08 09:48:02 UTC

[GitHub] [cordova-plugin-file] mzielezny commented on issue #341: Low performance when read large file with cordova-plugin-file

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:
users@infra.apache.org


With regards,
Apache Git Services

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