From 1b26f1fa08327dd93aa518cd0acaa20a49ecc877 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Thu, 7 Mar 2019 11:26:21 +0100 Subject: [PATCH] remove avoid timeout --- htdocs/core/modules/export/export_csv.modules.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/core/modules/export/export_csv.modules.php b/htdocs/core/modules/export/export_csv.modules.php index 5bdc2f384ac..249d1563988 100644 --- a/htdocs/core/modules/export/export_csv.modules.php +++ b/htdocs/core/modules/export/export_csv.modules.php @@ -24,8 +24,6 @@ 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