1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

concurrent upload of chunks

fixed spool tests for bitcoin and blobs
This commit is contained in:
diminator 2015-07-23 18:14:17 +02:00
parent 5c3d57ff3a
commit 861f633476

View File

@ -120,7 +120,10 @@ var ReactS3FineUploader = React.createClass({
sendCredentials: true
},
chunking: {
enabled: true
enabled: true,
concurrent: {
enabled: true
}
},
resume: {
enabled: true