feat: Enable console feature by default
This commit is contained in:
parent
b7bf36443b
commit
21324b748f
2 changed files with 4 additions and 3 deletions
1
changelog.d/+6de5f7b2.misc.md
Normal file
1
changelog.d/+6de5f7b2.misc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
The `console` feature is now enabled by default, allowing the server console to be used for running admin commands directly.
|
||||
|
|
@ -64,15 +64,15 @@ standard = [
|
|||
"url_preview",
|
||||
"zstd_compression",
|
||||
"sentry_telemetry",
|
||||
"otlp_telemetry"
|
||||
"otlp_telemetry",
|
||||
"console",
|
||||
]
|
||||
full = [
|
||||
"standard",
|
||||
# "hardened_malloc", # Conflicts with jemalloc
|
||||
"jemalloc_prof",
|
||||
"perf_measurements",
|
||||
"tokio_console"
|
||||
# sentry_telemetry
|
||||
"tokio_console",
|
||||
]
|
||||
|
||||
blurhashing = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue