mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 03:07:39 +08:00
Optimize folder upload by creating folders at the same depth level in parallel and uploading all files concurrently. This reduces upload time from O(n) sequential requests to O(depth) folder requests + 1 file request.