We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c3125 commit 0f579ddCopy full SHA for 0f579dd
zerofs/Cargo.toml
@@ -24,7 +24,7 @@ codegen-units = 16
24
25
[dependencies]
26
slatedb = "0.8.2"
27
-tikv-jemallocator = "0.6.0"
+tikv-jemallocator = { version = "0.6.0", features = ["background_threads"] }
28
zerofs_nfsserve = "0.15"
29
tokio = { version = "1.46", features = ["full"] }
30
async-trait = "0.1"
0 commit comments