tokio: use single thread
This commit is contained in:
@@ -44,7 +44,7 @@ enum Command {
|
||||
User(cli::user_command::UserCommand),
|
||||
}
|
||||
|
||||
#[tokio::main]
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
env_logger::init();
|
||||
|
||||
|
Reference in New Issue
Block a user