Skip to content

Commit

Permalink
no use sync writing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Nov 28, 2024
1 parent 29e4454 commit e4f72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexidag/src/consensusdb/consensus_relations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl RelationsStore for DbRelationsStore {
],
};
self.db
.write_batch_with_column_sync(batch)
.write_batch_with_column(batch)
.map_err(|e| StoreError::DBIoError(e.to_string()))?;

self.parents_access.flush_cache(&[(hash, parents)])?;
Expand Down

0 comments on commit e4f72af

Please sign in to comment.