From 3be834183ae36c321e4b560dce9a63cee846e63d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 22:09:57 +0300 Subject: Increase default number of packages and builds on page from 10 to 20 --- etc/brep-module.conf | 6 +++--- mod/options.cli | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/brep-module.conf b/etc/brep-module.conf index ca02227..8b0bda4 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -29,7 +29,7 @@ menu About=?about # Number of package search results per page. # -# search-results 10 +# search-results 20 # Number of pages in navigation (pager). @@ -96,9 +96,9 @@ menu About=?about # build-bot-agent-keys -# Number of packages build configurations per page. +# Number of package build configurations per page. # -# build-configurations 10 +# build-configurations 20 # Number of pages in navigation (pager). diff --git a/mod/options.cli b/mod/options.cli index 046173c..619df66 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -279,10 +279,10 @@ namespace brep class search { - uint16_t search-results = 10 + uint16_t search-results = 20 { "", - "Number of package search results per page. The default is 10." + "Number of package search results per page. The default is 20." } uint16_t search-pages = 5 @@ -377,10 +377,10 @@ namespace brep class builds: build, package_db, build_db, page, handler { - uint16_t build-configurations = 10 + uint16_t build-configurations = 20 { "", - "Number of packages build configurations per page. The default is 10." + "Number of package build configurations per page. The default is 20." } uint16_t build-pages = 5 -- cgit v1.1