From a4dfc135e57f99d6e37d920c55e122a10b90c2c8 Mon Sep 17 00:00:00 2001 From: "Luke B. Silver" <22452787+loks0n@users.noreply.github.com> Date: Mon, 20 May 2024 13:11:52 +0100 Subject: [PATCH] Update app/config/errors.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index ec37a2a34e..919dac97cc 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -521,7 +521,7 @@ return [ ], Exception::FUNCTION_SYNCHRONOUS_TIMEOUT => [ 'name' => Exception::FUNCTION_SYNCHRONOUS_TIMEOUT, - 'description' => 'Synchronous function execution timed out. Please check the function code and try again.', + 'description' => 'Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.', 'code' => 408, ],