set_time_limit
This commit is contained in:
parent
806eba208a
commit
b5eed0c637
@ -12,6 +12,12 @@ class CustomExport implements FromQuery, WithHeadings, WithRows
|
||||
{
|
||||
use Exportable;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
set_time_limit(-1);
|
||||
ini_set('memory_limit', '4096m');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Builder
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user