Results 34 comments of Enduriel

Just wanted to give an update because I've not been able to take a look at this. Fixing the bug is taking a backseat to other stuff I need to...

They are, is there a way to hint to rclone what the minimum chunk size is for downloads? If that is the case then yeah I think that would work....

- Will do - Will do after I rebase & cleanup - I'll do that for now, I guess I can PR later to fix this as well, I might...

Ty for the review, I've just finished resolving conflicts after rebasing and did: ``` python3 ./bin/test_backend_sizes.py filen Total binary size 66.500 MiB Backend,Size MiB filen,1.660 ``` (this is on WSL2,...

Regarding the download & upload threads. Filen has semaphores the backend struct that limit how much memory it can use, otherwise it would load everything into memory directly and try...

Regarding the backend size, honestly unfortunately that seems about right due to us having to support our old decryption/key derivation scheme. See [this](https://github.com/FilenCloudDienste/filen-sdk-go/blob/ac9988ad35cd124eab26827d1aa15362c6e343c7/filen/crypto/crypto.go#L508) 'beauty'. Ultimately we actually do have to...

I'm working on fixing the failing test (and getting my mind blown by it), but regarding the downloads, it might be easier for you to see what I mean rather...

I've managed to isolate my failing test to this minimal snippet. I'm not sure if this is a bug in the encoder or if I'm misunderstanding how this should work...

@ncw thanks for getting back to me. finally figured out the failing test issue. It was just me not encoding the path when mounting a new FS, that is now...

Thanks for getting back to me, and aiming to get this into 1.73 sounds good. The failing test has been fixed, so the last time I ran it, the backend...