From: Vincent Vanwaelscappel Date: Mon, 10 Jul 2023 16:28:07 +0000 (+0200) Subject: wait #5395 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2fdc4025a7765b0539b2aa511c24c7df7ed26c96;p=fluidbook-toolbox.git wait #5395 @1 --- diff --git a/.docker/config/php/php.ini b/.docker/config/php/php.ini index c0ef7ab55..ddf9bce57 100644 --- a/.docker/config/php/php.ini +++ b/.docker/config/php/php.ini @@ -4,3 +4,4 @@ error_log = /proc/self/fd/2 log_errors = 1 memory_limit = 12G max_input_vars = 1000000 +max_execution_time = 90 diff --git a/config/backpack/operations/list.php b/config/backpack/operations/list.php index b1d227f10..7c00e6e82 100644 --- a/config/backpack/operations/list.php +++ b/config/backpack/operations/list.php @@ -32,12 +32,12 @@ return [ // How many items should be shown by default by the Datatable? // This value can be overwritten on a specific CRUD by calling // $this->crud->setDefaultPageLength(50); - 'defaultPageLength' => 10, + 'defaultPageLength' => 50, // A 1D array of options which will be used for both the displayed option and the value, or // A 2D array in which the first array is used to define the value options and the second array the displayed options // If a 2D array is used, strings in the right hand array will be automatically run through trans() - 'pageLengthMenu' => [[10, 25, 50, 100, -1], [10, 25, 50, 100, 'backpack::crud.all']], + 'pageLengthMenu' => [[10, 25, 50, 100, 200, 500, 1000], [10, 25, 50, 100, 200, 500, 1000]], // How important is it for the action buttons to be visible? // - 0 - most important