Skip to content

Commit 2418d55

Browse files
authored
introduce checkpointer (#1538)
* introduce checkpointer * implement PerformCheckpoint for WalRegistry * fmt
1 parent 96a9778 commit 2418d55

File tree

3 files changed

+427
-0
lines changed

3 files changed

+427
-0
lines changed

libsql-wal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ s3s-fs = { git = "https://github.com/Nugine/s3s" }
4646
s3s-aws = { git = "https://github.com/Nugine/s3s" }
4747
tracing-subscriber = "0.3"
4848
aws-credential-types = { version = "1", features = ["test-util"] }
49+
tokio = { version = "*", features = ["test-util"] }
4950

5051
[[bench]]
5152
name = "benchmarks"

0 commit comments

Comments
 (0)