mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-06-27 18:12:12 +00:00
Previously the `QUERY_RESULT_DEFAULT_LIMIT` const was used to limit the number of query results. This commit adds the `data_explorer_query_result_limit` site setting which defaults to 1000 and has a max of 10000 which matches the const `QUERY_RESULT_MAX_LIMIT`.
discourse-data-explorer
This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.
Details at: https://meta.discourse.org/t/data-explorer-plugin/32566
Description
Languages
Ruby
55.5%
JavaScript
41.9%
SCSS
2.6%