mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-10 13:34: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`.
9 lines
156 B
YAML
9 lines
156 B
YAML
plugins:
|
|
data_explorer_enabled:
|
|
default: false
|
|
client: true
|
|
data_explorer_query_result_limit:
|
|
default: 1000
|
|
hidden: true
|
|
max: 10000
|