Codebase list golang-github-vbauerster-mpb / 5a755f1
Default totalAutoIncrTrigger = 0 Vladimir Bauer 8 years ago
1 changed file(s) with 3 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
8181 }
8282
8383 s := &bState{
84 id: id,
85 total: total,
86 etaAlpha: etaAlpha,
87 totalAutoIncrTrigger: 10,
84 id: id,
85 total: total,
86 etaAlpha: etaAlpha,
8887 }
8988
9089 for _, opt := range options {