Skip to content

Commit

Permalink
fix: raft-log wont write when exceeding 256M (databendlabs#16876)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer authored Nov 20, 2024
1 parent 918b9c2 commit 9b1e4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ prost = { version = "0.13" }
prost-build = { version = "0.13" }
prqlc = "0.11.3"
quanta = "0.11.1"
raft-log = { version = "0.2.2" }
raft-log = { version = "0.2.3" }
rand = { version = "0.8.5", features = ["small_rng"] }
rayon = "1.9.0"
recursive = "0.1.1"
Expand Down

0 comments on commit 9b1e4cb

Please sign in to comment.