mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Candidate implementation of defered insertion
https://github.com/FreshRSS/FreshRSS/issues/530
This commit is contained in:
@@ -475,6 +475,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
|
||||
}
|
||||
}
|
||||
$this->entryDAO->commit();
|
||||
$entryDAO->commitNewEntries();
|
||||
|
||||
return !$error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user