fix: set journal_compression to None

This commit is contained in:
rustmailer
2026-04-09 03:46:02 +08:00
parent 286ae16057
commit 61161b5f3b
4 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ rcgen = "0.14.7"
rustls-pemfile = "2.2.0"
blake3 = "1.8.4"
uuid = { version = "1.23.0", features = ["v4", "serde"] }
fjall = { version = "3.1.2", features = ["lz4", "metrics", "bytes_1"] }
fjall = { version = "3.1.3", features = ["lz4", "metrics", "bytes_1"] }
tantivy = { version = "0.26.0", features = ["zstd-compression"] }
[dev-dependencies]
#bincode = "1.3.3"