v.21.9Improvement
Allow Query Settings via Server URI in Web UI
Why it matters
This feature enables users to specify query settings directly in the server URI when accessing the Web UI. It simplifies customizing query execution parameters without needing to modify settings manually within the UI.How to use it
Users can append query settings as parameters in the Web UI server URI. For example, add settings as query parameters like?max_execution_time=60&readonly=1 to adjust the behavior of queries when connecting through the Web UI.