Ideally, chunk size should automatically adjust according to the network speed.
Because if I connect to the local network or from a smartphone with a bad connection the flow will not be the same at all and has a great chance of failing with it (hence the need for smaller chunk size).
For that, we could, for example, replace the chunkSize parameter by minChunkSize and and a maxChunkSize which will have to be a multiple of the previous one
Hi,
Ideally, chunk size should automatically adjust according to the network speed.
Because if I connect to the local network or from a smartphone with a bad connection the flow will not be the same at all and has a great chance of failing with it (hence the need for smaller chunk size).
For that, we could, for example, replace the chunkSize parameter by minChunkSize and and a maxChunkSize which will have to be a multiple of the previous one