Drop the default number of results on the derivation outputs page
To have it load quicker, but also because 100 results aren't necessary.
This commit is contained in:
parent
7cde75f8d6
commit
6e9b07bc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@
|
||||||
#:default "any")
|
#:default "any")
|
||||||
(limit_results ,parse-result-limit
|
(limit_results ,parse-result-limit
|
||||||
#:no-default-when (all_results)
|
#:no-default-when (all_results)
|
||||||
#:default 100)
|
#:default 10)
|
||||||
(all_results ,parse-checkbox-value)))
|
(all_results ,parse-checkbox-value)))
|
||||||
;; You can't specify a search query, but then also limit the
|
;; You can't specify a search query, but then also limit the
|
||||||
;; results by filtering for after a particular output path
|
;; results by filtering for after a particular output path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue