Skip to content

Commit

Permalink
chore: update foyer
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Oct 31, 2023
1 parent aa93683 commit 9b4454b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 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 = "cc87aac" }
foyer = { git = "https://github.com/MrCroxx/foyer", rev = "e3bb81c" }
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 @@ -265,6 +265,7 @@ where
admissions,
reinsertions: config.reinsertions,
buffer_pool_size: config.buffer_pool_size,
flusher_buffer_size: 131072, // TODO: make it configurable
flushers: config.flushers,
flush_rate_limit: config.flush_rate_limit,
reclaimers: config.reclaimers,
Expand Down

0 comments on commit 9b4454b

Please sign in to comment.