Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallellization for Uploads #37

Open
philsturgeon opened this issue Apr 21, 2021 · 0 comments
Open

Parallellization for Uploads #37

philsturgeon opened this issue Apr 21, 2021 · 0 comments
Labels

Comments

@philsturgeon
Copy link
Collaborator

philsturgeon commented Apr 21, 2021

Currently uploads take a fairly long time and can block me doing other stuff. If I walk off the upload might fail (will be improved in #35), if I switch apps it will stop uploading, and when I sit there keeping an eye on it, the one at a time upload can be pretty slow even when I'm at the farm house or pub using their wifi.

To solve the "I've just popped back to the farmhouse for a cup of team and I'd like to upload 500 photos because im scared of losing the work" use case, I'd rather trash my battery trying to upload as much of this all as possible in as short amount of time. I am generally plugged in for upload anyway, farmhouse mains or battery pack.

Could we try and parallelize the upload so it's doing 3-6 trees at a time? I know this adds complexity to code, and possibly to the UI, but maybe it's not sooo bad, as anything that fails to upload will stay in the queue as it currently does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant