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

Prioritize sync of a folder that is currently open in a client #17791

Closed
manuel-tiedtke opened this issue Nov 3, 2019 · 3 comments
Closed

Prioritize sync of a folder that is currently open in a client #17791

manuel-tiedtke opened this issue Nov 3, 2019 · 3 comments

Comments

@manuel-tiedtke
Copy link

Problem

In case a lot of files are still to be synchronized, it can take a really long time to get some specific files pushed to the server, that are needed asap on another device.

Solution

Allow clients (iOS/Android app, etc.) to trigger immediate synchronization of directories that are currently open in them.

Example Scenario

I add some files to a folder on my desktop, with the Nextcloud sync client installed. I want to have those files as fast as possible available on my iPad with the Nextcloud client installed. Thus if I move to the folder with the new files, on the iPad client, Nextcloud on the desktop should be notified to push the synchronization of that folder to the beginning of its sync queue.

@manuel-tiedtke manuel-tiedtke added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Nov 3, 2019
@kesselb
Copy link
Contributor

kesselb commented Nov 3, 2019

cc @nextcloud/desktop @nextcloud/android @nextcloud/ios

@jospoortvliet
Copy link
Member

Ah, so say there's a gb of files being synced, you'd want those files to go first that are in the folder you open on another client?

While I understand the benefit, I do see a few problems, so just to ehrm temper expectations:

  • the sync engine is super complicated. Changing something like this is a major undertaking, similar to adding E2E or a virtual drive. As you might know, neither is finished yet, and both are projects that started over a year ago
  • this is a relatively rare scenario. The sync clients already push all new files immediately, and we are working on ways to speed up the response times of sync clients, so it really only helps when there is a BIG sync happening with lots and lots of files.

The combination of relatively small benefit and HUGE time investment on server AND clients all over means I don't think this will be done until we are the size of facebook and can put 5 people on this for 6 months even though it is a minor thing 🥇

@jospoortvliet jospoortvliet added client: 💻 desktop client: 🤖🍏 mobile low and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Dec 7, 2019
@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Aug 20, 2020
@szaimen
Copy link
Contributor

szaimen commented Jun 8, 2021

As this sounds like a nice feature, the requests for this are quite low. Currently there are no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future. If somebody wants to implement this feature nevertheless we are happy to assist and help out.If you wish to have this feature implemented by the Nextcloud GmbH there is the option for consulting work on top of your Nextcloud Enterprise subscription to get your features implemented.

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

No branches or pull requests

5 participants