mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-12 22:44:57 +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`.