Apostrophe 4.5.4: hotfix for timeout impacting large search requests #4656
BoDonkey
announced in
Release Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some rare cases, search results were returning an overly large amount of ancestor data that resulted in the query exceeding the timeout limit. This in turn impacted site availability. This hotfix adds a more restrictive default projection for ancestors to prevent this problem. This change reduces the likelihood of queries exceeding the timeout limit, thereby improving site stability and availability. See the `@apostrophecms/search module code for more details about the new default projection fields.
We recommend updating using either
npm update
ornpm update apostrophe
to mitigate potential site availability interruptions.Beta Was this translation helpful? Give feedback.
All reactions