From f70fdca828d0c1e14601418fe337fb8444a76776 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 8 Dec 2024 20:32:28 +0000 Subject: [PATCH] remove jemalloc_stats from main default features Signed-off-by: Jason Volk --- src/main/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index b9122942..ee434ceb 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -42,7 +42,6 @@ default = [ "gzip_compression", "io_uring", "jemalloc", - "jemalloc_stats", "release_max_log_level", "systemd", "zstd_compression",