mirror of
https://github.com/langgenius/dify.git
synced 2026-02-19 07:01:42 -05: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.