From 2bdd44a0f38215096b49f3df6c8baa8a4c090ebb Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Wed, 19 Aug 2026 14:52:42 -0400 Subject: [PATCH] feat(FOUR-32787): create a new .env variable --- config/octane.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ];