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

Make the initial synchronization of a sharing faster #4147

Merged
merged 4 commits into from
Oct 10, 2023
Merged

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    f35a8e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e08696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc1b74 View commit details
    Browse the repository at this point in the history
  4. Make the initial replication of a sharing faster

    When a user accepts to synchronize a sharing to their Cozy, the stack
    starts a replication of the io.cozy.files, and uploads the files inside
    the sharing. We can make this process faster by batching calls to the
    changes feed. It is particulary useful when there are lots of documents
    in the io.cozy.shared database, from other sharings.
    nono committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    22eb86f View commit details
    Browse the repository at this point in the history