mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 02:35:12 +00:00
Use shared object reference instead of separate variables to track upload progress across concurrent Promise.all operations, preventing progress bar from showing incorrect or regressing values.