Skip to content

feat:更改上传数据集的方式为流式上传,增加数据集上传进度提示#85

Open
lanzinytt wants to merge 1 commit into
jihe520:mainfrom
lanzinytt:feat/streaming-upload
Open

feat:更改上传数据集的方式为流式上传,增加数据集上传进度提示#85
lanzinytt wants to merge 1 commit into
jihe520:mainfrom
lanzinytt:feat/streaming-upload

Conversation

@lanzinytt
Copy link
Copy Markdown

@lanzinytt lanzinytt commented May 23, 2026

在我打校赛时遇到了超绝6GB数据集,因此有了这段故事

原先的超时设置是“timeout: 30000, // 添加超时设置”
当数据集过大时就很容易触发超时机制,因此我修改了超时时间为”timeout: 300000,“,几乎满足绝大多数场景
同时为了应对这种大文件,更改上传数据集方式为流式上传

另外在使用时发现,点击”提交任务“后一直没有反馈会让人感到困惑,遂增加了数据集上传进度条显示

image

希望你能够喜欢

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

Successfully merging this pull request may close these issues.

1 participant