lmdb: sleep 10ms when waiting all opened txs to be closed

This commit is contained in:
ardocrat
2026-05-15 10:53:20 +03:00
parent f921f8758c
commit 22bc944918
+1
View File
@@ -387,6 +387,7 @@ impl Store {
thread::sleep(Duration::from_millis(1000));
break;
}
thread::sleep(Duration::from_millis(10));
}
unsafe {