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

[stable29] perf(deleteAction): Queue delete requests #45328

Merged
merged 3 commits into from
May 16, 2024

Commits on May 15, 2024

  1. fix(deleteAction): Remove unused nc l10n import

    Signed-off-by: fenn-cs <[email protected]>
    nfebe authored and backportbot[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a0de240 View commit details
    Browse the repository at this point in the history
  2. perf(deleteAction): Queue delete requests

    When multiple files are deleted at once, all the requests bombard the server
    simultaneously, causing performance issues.
    
    This commit adds queuing that limits the concurrency of these requests to 5
    at a time.
    
    Signed-off-by: fenn-cs <[email protected]>
    nfebe authored and backportbot[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8b1fab4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command committed May 16, 2024
    Configuration menu
    Copy the full SHA
    96b2827 View commit details
    Browse the repository at this point in the history