X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fmain.rs;h=5fc03ed025d28c567878dad7b8882497f618906a;hb=d6b580a530563d4a2be76d077e015f9aecc75479;hp=315fe84be731dd65940ef8d08728c3f716a6b12f;hpb=e4d78b09747ecd3700f423bce9e6b8f5db347b24;p=lemmy.git diff --git a/src/main.rs b/src/main.rs index 315fe84b..5fc03ed0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use lemmy_server::{init_logging, start_lemmy_server}; use lemmy_utils::{error::LemmyError, settings::SETTINGS}; -#[actix_web::main] +#[tokio::main] pub async fn main() -> Result<(), LemmyError> { init_logging(&SETTINGS.opentelemetry_url)?; #[cfg(not(feature = "embed-pictrs"))]