turn on source gathering

This commit is contained in:
2024-06-01 17:30:15 -06:00
parent 8d724457e1
commit 33f00e4489

View File

@ -5,6 +5,7 @@ import (
"forever-files/db"
"forever-files/fileUtilities"
"forever-files/partitioner"
"forever-files/source"
"forever-files/types"
)
@ -24,7 +25,7 @@ func main() {
panic(fmt.Errorf("error migrating db: %w", err))
}
//source.GatherInfo(baseDir, store)
source.GatherInfo(baseDir, store)
oneDVDSize := int64(4600000000)
partitions, err := partitioner.CalculatePartitions(store, oneDVDSize)
if err != nil {