nextcloud/apps/files
fenn-cs 21a22a390d 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 <fenn25.fn@gmail.com>
2024-05-15 11:51:07 +01:00
..
ajax Remove unused legacy ajax/list.php in files app 2023-01-09 15:18:37 +01:00
appinfo feat(branchoff): Bump versions and requirements in apps 2024-03-28 11:26:18 +01:00
composer fix(files): Do not require files_trashbin in live photo sync listener 2024-03-14 10:55:44 +01:00
css chore: Compile assets 2024-05-13 17:41:37 +02:00
img fix: Use viewBox instead of viewbox in SVGs 2024-01-22 16:39:06 +01:00
js feat: rename users to account or person 2024-02-13 21:06:30 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-05-09 00:20:03 +00:00
lib fix(files): Fix ownership transfer encrypted files detection 2024-04-30 09:23:59 +02:00
src perf(deleteAction): Queue delete requests 2024-05-15 11:51:07 +01:00
templates Merge pull request #43104 from nextcloud/chore/cleanup 2024-01-25 16:50:27 +01:00
tests fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access to system config 2024-04-29 17:01:32 +02:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
openapi.json chore(deps): Update openapi-extractor 2024-04-15 09:10:59 +02:00