larger upload chunks

This commit is contained in:
j 2018-03-05 16:02:45 +05:30
parent e20a563039
commit 43370c5388
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*/
pandora.chunkupload = function(options) {
var aborted = false,
chunkSize = options.size || 1024 * 1024,
chunkSize = options.size || 1024 * 1024 * 5,
chunkURL,
file = options.file,
bytesAvailable = file.size,