mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +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
|
||||
},
|
||||
chunking: {
|
||||
enabled: true
|
||||
enabled: true,
|
||||
concurrent: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
resume: {
|
||||
enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user