Drop the default number of derivations to display
As 100 is quite a lot to display by default.
This commit is contained in:
parent
0172338932
commit
3305d85ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
||||||
(after_name ,identity)
|
(after_name ,identity)
|
||||||
(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 package name
|
;; results by filtering for after a particular package name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue