Skip to content

Commit

Permalink
Update options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Nov 12, 2024
1 parent b450635 commit 2245d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Options {
freelist: Freelist::None,
policy: CompressionPolicy::Fast,
reserved: 0,
lock_meta: true,
lock_meta: false,

#[cfg(all(feature = "memmap", not(target_family = "wasm")))]
create_new: false,
Expand Down

0 comments on commit 2245d0f

Please sign in to comment.