Drop the default number of derivations to display

As 100 is quite a lot to display by default.
This commit is contained in:
Christopher Baines 2019-12-16 20:17:14 +00:00
parent 0172338932
commit 3305d85ef0

View file

@ -176,7 +176,7 @@
(after_name ,identity)
(limit_results ,parse-result-limit
#:no-default-when (all_results)
#:default 100)
#:default 10)
(all_results ,parse-checkbox-value)))
;; You can't specify a search query, but then also limit the
;; results by filtering for after a particular package name