Candidate implementation of defered insertion

https://github.com/FreshRSS/FreshRSS/issues/530
This commit is contained in:
Alexandre Alapetite
2017-03-26 00:01:11 +01:00
parent a513ca9030
commit 22b41f3bfc
11 changed files with 233 additions and 72 deletions

View File

@@ -475,6 +475,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
}
}
$this->entryDAO->commit();
$entryDAO->commitNewEntries();
return !$error;
}