Skip to content

Commit

Permalink
chore: bump foyer (#13029)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Oct 24, 2023
1 parent e64543f commit 447e142
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dyn-clone = "1.0.14"
either = "1"
enum-as-inner = "0.6"
fail = "0.5"
foyer = { git = "https://github.com/mrcroxx/foyer", rev = "438eec8" }
foyer = { git = "https://github.com/mrcroxx/foyer", rev = "5d0134b" }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
futures-async-stream = { workspace = true }
hex = "0.4"
Expand Down
1 change: 1 addition & 0 deletions src/storage/src/hummock/file_cache/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ where
io_size: config.device_io_size,
},
allocator_bits: config.allocator_bits,
catalog_bits: 6,
admissions,
reinsertions: config.reinsertions,
buffer_pool_size: config.buffer_pool_size,
Expand Down

0 comments on commit 447e142

Please sign in to comment.