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 3696973 + 088cf83 commit 3c98a67Copy full SHA for 3c98a67
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