lmdb: sleep 10ms when waiting all opened txs to be closed
This commit is contained in:
@@ -387,6 +387,7 @@ impl Store {
|
||||
thread::sleep(Duration::from_millis(1000));
|
||||
break;
|
||||
}
|
||||
thread::sleep(Duration::from_millis(10));
|
||||
}
|
||||
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user