mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Function to disable MySQL buffering for large exports
This commit is contained in:
@@ -531,6 +531,8 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
|
||||
$this->entryDAO = FreshRSS_Factory::createEntryDao($username);
|
||||
$this->feedDAO = FreshRSS_Factory::createFeedDao($username);
|
||||
|
||||
$this->entryDAO->disableBuffering();
|
||||
|
||||
if ($export_feeds === true) {
|
||||
//All feeds
|
||||
$export_feeds = $this->feedDAO->listFeedsIds();
|
||||
|
||||
Reference in New Issue
Block a user