I found 3 different settings
–asynchronous-concurrent-upload-limit
–asynchronous-upload-limit
–synchronous-upload
what does each of it?
I have set --synchronous-upload to true but I still have 4 parallel uploads.
Then I have set --asynchronous-upload-limit to 1 but still I have 4 parallel uploads.
If I set --asynchronous-concurrent-upload-limit to 1 then I get 1 upload
I think (but not really sure) that --asynchronous-upload-limit is the number of files that are created locally ADDITIONAL to the ones that are uploaded. Is that correct?
But what exactly does --synchronous-upload?