aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-04 22:09:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-04 22:09:57 +0300
commit3be834183ae36c321e4b560dce9a63cee846e63d (patch)
treec1cc27d5fd384c15565e71fc65c856aa11446261
parentc11b9b69bcf161658275876d2fd991cc5c103d64 (diff)
Increase default number of packages and builds on page from 10 to 20
-rw-r--r--etc/brep-module.conf6
-rw-r--r--mod/options.cli8
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