Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Olav van Schie committed Jan 22, 2016
2 parents 61386be + 74d1069 commit da42972
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public function indexAction(){
*/
public function saveAction(){

ini_set('memory_limit', '768M');
set_time_limit(0);

// set index modes to manual
$processes = array();
$indexer = Mage::getSingleton('index/indexer');
Expand Down

0 comments on commit da42972

Please sign in to comment.