mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/config/errors.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
962a44b3a8
commit
72b30d4f60
@@ -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,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user