We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4470687 commit 880d4d1Copy full SHA for 880d4d1
1 file changed
src/main.rs
@@ -54,7 +54,7 @@ struct SearchRequestOptions {
54
no_personalized: bool,
55
}
56
57
-#[tokio::main]
+#[tokio::main(flavor = "current_thread")]
58
async fn main() {
59
if let Err(error) = run().await {
60
eprintln!("{error}");
0 commit comments