Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information