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.
2 parents fc09bfb + c31b29f commit d46efb6Copy full SHA for d46efb6
src/lib.rs
@@ -1003,7 +1003,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
1003
];
1004
1005
tokio::task::block_in_place(move || {
1006
- tokio::runtime::Builder::new_current_thread().enable_all().build().unwrap().block_on(
+ tokio::runtime::Builder::new_multi_thread().enable_all().build().unwrap().block_on(
1007
async move {
1008
let now = Instant::now();
1009
match wallet.sync().await {
0 commit comments