tokio: Use multi-threaded runtime

This commit is contained in:
Lennart
2025-10-27 20:34:20 +01:00
parent 255282893a
commit 5d142289b3

View File

@@ -78,7 +78,7 @@ async fn get_data_stores(
})
}
#[tokio::main]
#[tokio::main(flavor = "multi_thread")]
async fn main() -> Result<()> {
let args = Args::parse();