1
0
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:
Gilbert Chen
2022-06-09 23:28:29 -04:00
parent 0d8a37f9f3
commit fc2386f9cc

View File

@@ -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,
} }