Merge "Database transaction flushing cleanups"
[lhc/web/wiklou.git] / includes / WatchedItemStore.php
index 92cdee5..cf18fab 100644 (file)
@@ -762,7 +762,9 @@ class WatchedItemStore implements StatsdAwareInterface {
                                        $this->uncacheLinkTarget( $target );
 
                                        $this->reuseConnection( $dbw );
-                               }
+                               },
+                               DeferredUpdates::POSTSEND,
+                               $dbw
                        );
                }