Merge pull request #10768 from altatof/export
FIX avoid timeout for big export
This commit is contained in:
commit
d6cf493880
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT .'/core/modules/export/modules_export.php';
|
require_once DOL_DOCUMENT_ROOT .'/core/modules/export/modules_export.php';
|
||||||
|
|
||||||
|
// avoid timeout for big export
|
||||||
|
set_time_limit(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to build export files with format CSV
|
* Class to build export files with format CSV
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user