diff options
| author | 2026-03-08 14:15:55 +0800 | |
|---|---|---|
| committer | 2026-03-08 14:15:55 +0800 | |
| commit | 4a17412255e294e99f2d11e9b8458e30bbe58292 (patch) | |
| tree | 7d4b83d37abad439c61a5d626cf1609c0b3727d6 /format/pack/ingest/progress_step.go | |
| parent | internal/progress: Add progress meter (diff) | |
| signature | No signature | |
format/pack/ingest: Use progress API
Diffstat (limited to 'format/pack/ingest/progress_step.go')
| -rw-r--r-- | format/pack/ingest/progress_step.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/format/pack/ingest/progress_step.go b/format/pack/ingest/progress_step.go deleted file mode 100644 index cdfc2322..00000000 --- a/format/pack/ingest/progress_step.go +++ /dev/null @@ -1,9 +0,0 @@ -package ingest - -func progressStep(total uint32) uint32 { - if total <= 200 { - return 1 - } - - return total / 200 -} |
