Jorgeminator
Jorgeminator
> Incrementing the chunk size above a certain size is pointless over non‑deterministic networks because this is neither how the IP nor HTTP work. If you want to saturate your...
@GITNE 32MB `chunk_size` is definitely overkill, you're right about that. But in my case, going from 1MB `chunk_size` to let's say 8MB or 16MB gave the best improvement.
@GITNE Sounds logical. The problem is not actually the chunk size itself, but the way the client chooses it. The code already allows a chunk size up to 16MB, but...