-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
We added the ability to prevent certain node types from being indexed in #4197, essentially moving the search_index_options module into core.
I had several sites that were running this module when they were updated to 1.16.x, and started experiencing some serious performance issues -- especially during cron -- that caused my database server to go down.
https://backdropcms.org/project/search_index_options shows that there are still 11 sites running this module, but https://backdropcms.org/project/usage/search_index_options doesn't tell us what version of Backdrop core they are on.
Would it be worthwhile to add an update hook to core that disables this module? How has this been handled with other modules like token and ckeditor?
Reactions are currently unavailable