Codebase list golang-github-vbauerster-mpb / ffd333c
default refreshRate = 100 ms Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2525 SortBottom
2626 )
2727
28 const refreshRate = 60
28 const refreshRate = 100
2929
3030 // Progress represents the container that renders Progress bars
3131 type Progress struct {