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

Performance/create session with content #2225

Merged
merged 2 commits into from
Mar 9, 2022

Commits on Mar 8, 2022

  1. refactor: prepare loading content in session creation

    Simplify the session creation code a bit:
    * handle the two ways of initializing a sesson only in SyncService.
    * use async instead of .then(...)
    * handle errors in helper function.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud authored and juliusknorr committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    44737f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. performance: fetch content during session creation

    Signed-off-by: Max <max@nextcloud.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    max-nextcloud authored and nextcloud-command committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    fd63951 View commit details
    Browse the repository at this point in the history