Fixing BulkLoader to use increase_time_limit_to()

This commit is contained in:
Sean Harvey 2012-10-11 17:12:27 +13:00
parent bc64de0264
commit 9bb190813f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ abstract class BulkLoader extends ViewableData {
* @return BulkLoader_Result See {@link self::processAll()}
*/
public function load($filepath) {
ini_set('max_execution_time', 3600);
increase_time_limit_to(3600);
increase_memory_limit_to('512M');
//get all instances of the to be imported data object