From f964cb43f7e53476a4aa2e681af16ecaa442da8f Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Wed, 20 Feb 2019 10:30:43 +0100 Subject: [PATCH] FEAT #9533 perf export csv --- src/app/resource/controllers/ExportController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/resource/controllers/ExportController.php b/src/app/resource/controllers/ExportController.php index 2965f60cdfd..b99358e44ba 100644 --- a/src/app/resource/controllers/ExportController.php +++ b/src/app/resource/controllers/ExportController.php @@ -59,6 +59,7 @@ class ExportController public function updateExport(Request $request, Response $response, array $aArgs) { + set_time_limit(240); $currentUser = UserModel::getByLogin(['login' => $GLOBALS['userId'], 'select' => ['id']]); $errors = ResourceListController::listControl(['groupId' => $aArgs['groupId'], 'userId' => $aArgs['userId'], 'basketId' => $aArgs['basketId'], 'currentUserId' => $currentUser['id']]); -- GitLab