Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么只能一个一个的上传? #521

Closed
bulesky89857 opened this issue Apr 15, 2023 · 4 comments
Closed

为什么只能一个一个的上传? #521

bulesky89857 opened this issue Apr 15, 2023 · 4 comments

Comments

@bulesky89857
Copy link

image

@bulesky89857
Copy link
Author

设置完还是一个一个的上传?不知为什么

@kalcaddle
Copy link
Owner

大文件上传时会按分片大小分割成片上传(上述设置的5M)
并发指的是同时上传进程数量, 一个小文件,一个分片都属于一个进程; 所以如果一个文件比较大的时候看起来只有一个文件在上传,实际上是15个分片在上传.

@bulesky89857
Copy link
Author

大文件上传时会按分片大小分割成片上传(上述设置的5M) 并发指的是同时上传进程数量, 一个小文件,一个分片都属于一个进程; 所以如果一个文件比较大的时候看起来只有一个文件在上传,实际上是15个分片在上传.

不能设置同时上传5个文件吗,比如5个文件同时上传?

@kalcaddle
Copy link
Owner

暂不支持.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants