We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453012c commit 6893722Copy full SHA for 6893722
sqlx-macros/src/lib.rs
@@ -28,7 +28,7 @@ use query_macros::*;
28
#[cfg(feature = "runtime-tokio")]
29
lazy_static::lazy_static! {
30
static ref BASIC_RUNTIME: tokio::runtime::Runtime = {
31
- tokio::runtime::Builder::new().basic_scheduler().enable_all().build().expect("failed to build tokio runtime")
+ tokio::runtime::Builder::new().threaded_scheduler().enable_all().build().expect("failed to build tokio runtime")
32
};
33
}
34
0 commit comments