Add stats interval parameter

This commit is contained in:
Richard Patel
2018-10-28 02:47:20 +02:00
parent 79f540bf29
commit a507110787
5 changed files with 53 additions and 31 deletions

View File

@@ -7,11 +7,6 @@ import (
"sync/atomic"
)
var totalStarted uint64
var totalDone uint64
var totalRetries uint64
var totalAborted uint64
var globalWait sync.WaitGroup
type WorkerContext struct {