mirror of
https://github.com/nxshock/gwp.git
synced 2025-07-02 00:23:39 +05:00
Update README forworker.SetEstimateCount()
This commit is contained in:
parent
aba812a470
commit
a43e9e76b2
1 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ func main() {
|
|||
|
||||
worker.ShowProgress = true // Enable progress indicator
|
||||
worker.ShowSpeed = true // Show processing speed in progress indicator
|
||||
worker.EstimateCount = 100 // Set total number on jobs to calculate ETA
|
||||
worker.SetEstimateCount(100) // Set total number on jobs to calculate ETA
|
||||
|
||||
for i := 0; i < 100; i++ {
|
||||
n := i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue