ipfs/kubo

For "ipfs get" display an absolute number of retrieved files as well

Open

#4,706 创建于 2018年2月15日

在 GitHub 查看
 (3 评论) (2 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
help wantedkind/enhancement

描述

Version information:

0.4.13-cc01b7f

Type:

Enhancement.

Description:

Currently, when you do ipfs get you get a nice progress bar showing you percentage of retrieved data and size (and progress bar). The issue is that sometimes this looks like it is stuck. We have a dataset which is altogether around 37 GB, and we have few files for few GB, but then hundreds of thousand of few bytes. When downloading this, when ipfs get to those small file,s it looks like it is stuck. Size is not really changing (because it is rounded to GB) and percentage and progress bar is not really changing (because again, files are small in comparison with everything). We had issues thinking that there are errors and that retrieved stopped (see #4690) because of related but not critical errors by ipfs daemon. But in fact things are working and more files are being added. So if there would be just a simple count of files retrieved, this could show that something is happening.

贡献者指南