Closed Christopher-Tan closed 2 months ago
This is likely due to large number of small files. When you have so many small files to download, it is very likely that the app will hit icloud server's rate limit (I don't know how much is it). Rate limiting is typically done for number of requests and not the amount of data transferred.
I am afraid, there isn't any solution for this as this app isn't an official client. You likely need to exclude the conda folder from this app and download it manually from icloud.com.
Describe the bug I'm attempting to sync the drive for the first time. Because of the large number of files (over 250,000) from conda packages, etc. the process is 1) extremely slow at a rate of 1 file/second even for files that are a few bytes when it's working and 2) very prone to crashing: once it starts stalling and gets stuck on a file without making any progress for hours (and you restart the container), the future syncs crash after hours of waiting with a 503 or 504 error; I'm now no longer making any progress for the past two entire days. I've restarted 3-4 times now, and every time my logs look like this:
To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots N/A
Configuration
Additional context On other containers (for family members) that do work, the sync restarts two times after the first and then doesn't do anything after that (the sync time is a few minutes). I have to restart the container manually to restart syncing. Is this expected behaviour? It will just sit idly for days.