diff --git a/store/src/lmdb.rs b/store/src/lmdb.rs index ea07c1c4..d18dd6a0 100644 --- a/store/src/lmdb.rs +++ b/store/src/lmdb.rs @@ -387,6 +387,7 @@ impl Store { thread::sleep(Duration::from_millis(1000)); break; } + thread::sleep(Duration::from_millis(10)); } unsafe {