diff options
-rw-r--r-- | etc/brep-module.conf | 6 | ||||
-rw-r--r-- | 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 { "<num>", - "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 { "<num>", - "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 |