Fingerprint .edges
This commit is contained in:
committed by
Patrick Niklaus
parent
023242ec03
commit
5b9d858f57
@@ -229,7 +229,7 @@ void Storage::PopulateLayout(DataLayout &layout)
|
||||
|
||||
// Loading information for original edges
|
||||
{
|
||||
io::FileReader edges_file(config.edges_data_path, io::FileReader::HasNoFingerprint);
|
||||
io::FileReader edges_file(config.edges_data_path, io::FileReader::VerifyFingerprint);
|
||||
const auto number_of_original_edges = edges_file.ReadElementCount64();
|
||||
|
||||
// note: settings this all to the same size is correct, we extract them from the same struct
|
||||
|
||||
Reference in New Issue
Block a user