diff --git a/server/src/main.rs b/server/src/main.rs index 6c95682..77feccc 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -50,6 +50,9 @@ pub mod updater; pub mod logging; pub mod influx; +#[global_allocator] +static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc; + pub type WsStream = WebSocketStream; pub struct State {