From 72b30d4f602cf32fc79949454390f2b91b17c6af Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Wed, 1 Mar 2023 16:12:57 +0200 Subject: [PATCH] Update app/config/errors.php Co-authored-by: Jake Barnby --- 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 fdc88850f6..5d7d383a7d 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -566,7 +566,7 @@ return [ ], Exception::QUERY_TIMEOUT => [ 'name' => Exception::QUERY_TIMEOUT, - 'description' => 'Query exceeded the maximum, the request will eventually be blocked if it keeps timing out, try adjusting the queries parameter and improve indexing', + 'description' => 'Request timed out, this query will be blocked if it keeps timing out, try adjusting the "queries" parameter or adding indexes for the queried attributes.', 'code' => 408, ], ];