- Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Description
The move of max_page_search_size in #56007 has a side-effect. If you have an old config, update max_page_search_size, update it again and reset it to the default, it resets to the old configs max_page_search_size instead of resetting it to the default.
_update should always rewrite the config to the newest version and therefore move max_page_search_size to the new place.