forked from Deuxfleurs/garage
Add missing notify
This commit is contained in:
parent
0d6b05bb6c
commit
d4af27f920
1 changed files with 1 additions and 0 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue