zhuchangwu / large-file-upload

大文件切片上传、断点续传、秒传、vue golang large-file-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

建议优化

limoxi opened this issue · comments

commented

1、通过分片hash判断分片是否已存在,可以避免提到的并发问题
2、不用在分片上传的请求中检测是否可以合并文件,应该尽快响应请求。通过额外的定时任务检测目录中是否有可合并的文件