mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 03:34:39 -06:00
Initialize startTime correctly in CreateChunkOperator
This commit is contained in:
@@ -74,7 +74,7 @@ func CreateChunkOperator(config *Config, storage Storage, snapshotCache *FileSto
|
||||
stopChannel: make(chan bool),
|
||||
|
||||
collectionLock: &sync.Mutex{},
|
||||
|
||||
startTime: time.Now().Unix(),
|
||||
allowFailures: allowFailures,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user