mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 22:28:55 +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. |
||
|---|---|---|
| .. | ||
| editor | ||
| file-tree | ||
| hooks | ||
| utils | ||
| viewer | ||
| constants.ts | ||
| content-area.tsx | ||
| content-body.tsx | ||
| file-content-panel.tsx | ||
| file-tab-item.tsx | ||
| file-tabs.tsx | ||
| main.tsx | ||
| sidebar-search-add.tsx | ||
| sidebar.tsx | ||
| skill-page-layout.tsx | ||
| type.ts | ||