Use single threaded runtime

This commit is contained in:
traxys 2023-10-13 20:24:42 +02:00
parent 46a646b67b
commit 6a34258a30

View file

@ -991,7 +991,7 @@ async fn set_password(
Ok(Redirect::to("/")) Ok(Redirect::to("/"))
} }
#[tokio::main] #[tokio::main(flavor = "current_thread")]
async fn main() -> color_eyre::Result<()> { async fn main() -> color_eyre::Result<()> {
color_eyre::install()?; color_eyre::install()?;