aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-14 17:11:46 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-14 17:11:46 +0000
commit6e9b07bc4a39ff0b32f1226184ed5853cc0d5fdb (patch)
treef57610db1e3ed0eb763a09c4aa44353d4bd785ed
parent7cde75f8d6c7b48cba7828b784488d5664e101da (diff)
downloaddata-service-6e9b07bc4a39ff0b32f1226184ed5853cc0d5fdb.tar
data-service-6e9b07bc4a39ff0b32f1226184ed5853cc0d5fdb.tar.gz
Drop the default number of results on the derivation outputs page
To have it load quicker, but also because 100 results aren't necessary.
-rw-r--r--guix-data-service/web/revision/controller.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/revision/controller.scm b/guix-data-service/web/revision/controller.scm
index 823dcec..9b7466a 100644
--- a/guix-data-service/web/revision/controller.scm
+++ b/guix-data-service/web/revision/controller.scm
@@ -174,7 +174,7 @@
#:default "any")
(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 output path