Now that we fixed the bug that ~every transfer kicked into orchestrated mode, we nicely stay in simple mode when hashing a file. However: now it doesn't seem to detect that you're reading the file from yourself and just use the real file in transfer.Transfer.storage. That means it has to copy all the bytes over gRPC with all the encryption etc.
Now that we fixed the bug that ~every transfer kicked into orchestrated mode, we nicely stay in simple mode when hashing a file. However: now it doesn't seem to detect that you're reading the file from yourself and just use the real file in transfer.Transfer.storage. That means it has to copy all the bytes over gRPC with all the encryption etc.