improvements on blurhashing feature
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
62180897c0
commit
442bb9889c
7 changed files with 87 additions and 81 deletions
|
@ -49,6 +49,9 @@ default = [
|
|||
"zstd_compression",
|
||||
]
|
||||
|
||||
blurhashing = [
|
||||
"conduwuit-service/blurhashing",
|
||||
]
|
||||
brotli_compression = [
|
||||
"conduwuit-api/brotli_compression",
|
||||
"conduwuit-core/brotli_compression",
|
||||
|
@ -101,7 +104,6 @@ perf_measurements = [
|
|||
"conduwuit-core/perf_measurements",
|
||||
"conduwuit-core/sentry_telemetry",
|
||||
]
|
||||
blurhashing =["conduwuit-service/blurhashing","conduwuit-core/blurhashing","conduwuit-api/blurhashing"]
|
||||
# increases performance, reduces build times, and reduces binary size by not compiling or
|
||||
# genreating code for log level filters that users will generally not use (debug and trace)
|
||||
release_max_log_level = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue