Notify watchers on delete operations in addition to inserts.
This commit is contained in:
parent
fc0f04defa
commit
dd5c5c7a4a
1 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,6 @@ where
|
|||
if !self.engine.corked() {
|
||||
self.engine.flush().expect("database flush error");
|
||||
}
|
||||
|
||||
self.notify(key.as_ref());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue