mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
concurrent upload of chunks
fixed spool tests for bitcoin and blobs
This commit is contained in:
parent
5c3d57ff3a
commit
861f633476
@ -120,7 +120,10 @@ var ReactS3FineUploader = React.createClass({
|
|||||||
sendCredentials: true
|
sendCredentials: true
|
||||||
},
|
},
|
||||||
chunking: {
|
chunking: {
|
||||||
enabled: true
|
enabled: true,
|
||||||
|
concurrent: {
|
||||||
|
enabled: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resume: {
|
resume: {
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user