mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00: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),
|
stopChannel: make(chan bool),
|
||||||
|
|
||||||
collectionLock: &sync.Mutex{},
|
collectionLock: &sync.Mutex{},
|
||||||
|
startTime: time.Now().Unix(),
|
||||||
allowFailures: allowFailures,
|
allowFailures: allowFailures,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user