diff --git a/config/octane.php b/config/octane.php index 0d232d2b50..fc05e0462e 100644 --- a/config/octane.php +++ b/config/octane.php @@ -239,6 +239,6 @@ | */ - 'max_execution_time' => 30, + 'max_execution_time' => env('OCTANE_MAX_EXECUTION_TIME', 30), ];