Add missing notify

This commit is contained in:
Alex Auvolat
2022-12-14 13:54:21 +01:00
parent 0d6b05bb6c
commit d4af27f920
+1
View File
@@ -338,6 +338,7 @@ where
.map_err(db::TxError::Abort)?,
};
tx.insert(&self.insert_queue, &tree_key, new_entry)?;
self.insert_queue_notify.notify_one();
Ok(())
}