]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5395 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 10 Jul 2023 16:28:07 +0000 (18:28 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 10 Jul 2023 16:28:07 +0000 (18:28 +0200)
.docker/config/php/php.ini
config/backpack/operations/list.php

index c0ef7ab55d13fb9298036ca6c88bd981d6e5df31..ddf9bce575be281986fc91521d552faacbecbf11 100644 (file)
@@ -4,3 +4,4 @@ error_log = /proc/self/fd/2
 log_errors = 1
 memory_limit = 12G
 max_input_vars = 1000000
+max_execution_time = 90
index b1d227f1045105869a2d11700424ca1b0e79f263..7c00e6e82eaaa0a21635d43e9b505eb5d72d5850 100644 (file)
@@ -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