We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830ec61 commit 8297f7bCopy full SHA for 8297f7b
src/store.rs
@@ -26,6 +26,8 @@ impl Store {
26
.open_partition("main", PartitionCreateOptions::default())
27
.unwrap();
28
Store {
29
+ // keep a reference to the keyspace, so we get a fsync when the store is dropped:
30
+ // https://github.com/fjall-rs/fjall/discussions/44
31
_keyspace: keyspace,
32
partition,
33
path,
0 commit comments