summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2023-07-03 17:43:27 +0000
committerTimo Kösters <timo@koesters.xyz>2023-07-03 17:43:27 +0000
commitf8a36e7554672b1541e7e6a0d6f62c02a6c8a30e (patch)
tree0791b7eb0dc722852e6c0aa4dfddd80cb4ddd56d /Cargo.toml
parent833c1505f1067c1b467fb59e0fd6ab8bdeee674e (diff)
parenta2c3256cedeeb696b303b6ca9533acd73d110e1e (diff)
downloadconduit-f8a36e7554672b1541e7e6a0d6f62c02a6c8a30e.zip
Merge branch 'memory' into 'next'
improvement: better memory usage and admin commands to analyze it See merge request famedly/conduit!497
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 424007c..bc29c5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,7 +105,7 @@ async-trait = "0.1.68"
sd-notify = { version = "0.4.1", optional = true }
[features]
-default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "jemalloc", "systemd"]
+default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "systemd"]
#backend_sled = ["sled"]
backend_persy = ["persy", "parking_lot"]
backend_sqlite = ["sqlite"]