avoid timeout
This commit is contained in:
parent
cb39c6f3ce
commit
a6bb1cf5f6
@ -24,6 +24,8 @@
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user