Skip to content

Commit

Permalink
Update quickstart (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini authored Aug 15, 2024
1 parent 16db982 commit 35340ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async fn main() {
l0_sst_size_bytes: 128,
compactor_options: Some(CompactorOptions::default()),
};
let kv_store = Db::open(
let kv_store = Db::open_with_opts(
Path::from("/tmp/test_kv_store"),
options,
object_store,
Expand Down

0 comments on commit 35340ee

Please sign in to comment.