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 3696973 commit 088cf83Copy full SHA for 088cf83
crates/subspace-farmer/src/commitments/databases.rs
@@ -146,7 +146,7 @@ impl CommitmentDatabases {
146
Ok(())
147
})?;
148
149
- tokio::task::spawn_blocking(move || {
+ std::thread::spawn(move || {
150
// Take a lock to make sure database was released by whatever user there was and we
151
// have an exclusive access to it, then drop it
152
old_db_entry.db.lock().take();
0 commit comments