I naively attempted to create a plugin (which I’ve never done, other than running through the plugin tutorial some years ago) to override the limits set in the DataExplorer module, however I’m not getting it to work.
Am I on the right track or is this a completely wrong approach?
Note: I am setting the QUERY_RESULT_DEFAULT_LIMIT to 1 to make it easier to test if the custom limits are taking effect.
Apparently this hasn’t been a high priority for ranyone in the past 2 years, but I needed this today and solved it by editing the file by hand inside the container.
A workaround is something like the below in app.yml:
I would stop using the constant and instead use GlobalSetting.query_result_max_limit everywhere, you are already configuring a default, why configure it twice.