mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Fix ws and http build errors, fix ws thread name
This commit is contained in:
parent
a4f7c816d0
commit
c4f645e03e
4 changed files with 2 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ name = "aquatic_ws"
|
|||
|
||||
[features]
|
||||
default = ["prometheus", "mimalloc"]
|
||||
prometheus = ["metrics", "metrics-exporter-prometheus"]
|
||||
prometheus = ["metrics", "aquatic_common/prometheus"]
|
||||
metrics = ["dep:metrics", "metrics-util"]
|
||||
# Use mimalloc allocator for much better performance. Requires cmake and a
|
||||
# C/C++ compiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue