tokio features + single thread rt
All checks were successful
Docker Image CI / test (push) Successful in 3m42s
Docker Image CI / push (push) Successful in 3m23s

This commit is contained in:
2024-09-13 14:51:11 +03:00
parent aa417f6ed1
commit 28748b547e
3 changed files with 2 additions and 63 deletions

View File

@@ -174,7 +174,7 @@ fn shutdown_control(shutdown: Option<mpsc::Sender<()>>) {
}
}
#[tokio::main]
#[tokio::main(flavor = "current_thread")]
async fn main() -> anyhow::Result<()> {
let cli = Cli::parse();