Minor tokio cleanup

This commit is contained in:
Zhaofeng Li 2021-02-10 10:29:17 -08:00
parent 9f4d5a2221
commit afabd8c6f9
6 changed files with 23 additions and 69 deletions

View file

@ -27,7 +27,7 @@ macro_rules! bind_command {
};
}
#[tokio::main(flavor = "multi_thread")]
#[tokio::main]
async fn main() {
init_logging();