Remove auto_reconfigure option
What does this merge request do and why?
This MR removes the use of gdk.auto_reconfigure. Addresses issue #3113
How to set up and validate locally
- Run
gdk config list | grep auto_reconfigureyou will notice that the option is not present anymore
Impacted categories
The following categories relate to this merge request:
- gdk-usability - e.g. Improvements or suggestions around how the GDK functions.
Merge request checklist
- This MR references an issue describing the change.
- This change is backward compatible. If not, include steps to communicate to users.
- Tests added for new functionality. If not, raise an issue to follow-up.
- Observability added/updated (logging, metrics, tracing).
- Documentation added/updated.
- Announcement added for notable changes.
-
gdk doctortest added.