diff --git a/src/duplicacy_chunkoperator.go b/src/duplicacy_chunkoperator.go index 09b7919..6c71f42 100644 --- a/src/duplicacy_chunkoperator.go +++ b/src/duplicacy_chunkoperator.go @@ -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, }