enable jemalloc_stats feature by default

this was supposed to be enabled by default

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-09-21 00:14:34 -04:00 committed by Jason Volk
parent d9781e9f50
commit 0d0a706324

View file

@ -42,6 +42,7 @@ default = [
"gzip_compression",
"io_uring",
"jemalloc",
"jemalloc_stats",
"release_max_log_level",
"sentry_telemetry",
"systemd",