Description
Adds an async queue for uploading folders with a concurrency of 6. This changes are designed to improve upload performance, particularly when dealing with a large number of folders.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
How Has This Been Tested?
Added unit tests for the folder upload functionality and manually tested it via a local web browser.