Makes createFile explicit non-resumable uploads by default. Useful to…#17
Makes createFile explicit non-resumable uploads by default. Useful to…#17tindice wants to merge 3 commits intoparse-community:mainfrom
Conversation
… fastest small files uploads.
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
==========================================
+ Coverage 51.38% 51.94% +0.55%
==========================================
Files 1 1
Lines 72 77 +5
Branches 12 13 +1
==========================================
+ Hits 37 40 +3
- Misses 35 37 +2
Continue to review full report at Codecov.
|
|
I guess it should be better to expose the option, but I really needed the change to prevent my setup to become unresponsive during high loads (file migration from legacy files) |
|
Could you expose the option in the adapter constructor? |
…tructor, default to false
|
Hi @flovilmart I did the changes, what do you think? cheers |
… fastest small files uploads.