Raise MIN_DL_PER_REQUEST to improve download performance
If we have (say) 50 objects to download, splitting them into 3 requests means that we'll get worse compression and more HTTP overhead. We should raise MIN_DL_PER_REQUEST to something higher.
If we have (say) 50 objects to download, splitting them into 3 requests means that we'll get worse compression and more HTTP overhead. We should raise MIN_DL_PER_REQUEST to something higher.