Add missing notify

This commit is contained in:
Alex 2022-12-14 13:54:21 +01:00
parent 0d6b05bb6c
commit d4af27f920
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE

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(())
}