## Problem Client is using [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) for progress tracking. The following initializer code leads to wrong total size shown: ``` tracker := progressbar.DefaultBytes(int64(torrent.Length), "Downloading") ``` ## Pattern - Size in `progressbar` is always larger than actual size - Observed at least two variations: 102 Mb-> 107 Mb and 19 Gb -> 21 Gb
Problem
Client is using github.com/schollz/progressbar/v3 for progress tracking. The following initializer code leads to wrong total size shown:
Pattern
progressbaris always larger than actual size