summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-12-08 11:53:25 +0100
committerMathieu Othacehe <othacehe@gnu.org>2020-12-08 11:56:26 +0100
commit770fb659a62d8adab9a4ba7b44e2760722703879 (patch)
tree62acab792303c16d24fadb1feadf306b2ba2d40a /doc
parent2dd4f389c7f436144941c9adfb0be7dddd22c73e (diff)
downloadguix-patches-770fb659a62d8adab9a4ba7b44e2760722703879.tar
guix-patches-770fb659a62d8adab9a4ba7b44e2760722703879.tar.gz
services: cuirass: Add queue-size option.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add "queue-size" field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fc57f4f537..0e647a284c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25695,6 +25695,9 @@ Owner's group of the @code{cuirass} process.
Number of seconds between the poll of the repositories followed by the
Cuirass jobs.
+@item @code{queue-size} (default: @code{1})
+Size of the database writer queue.
+
@item @code{database} (default: @code{"/var/lib/cuirass/cuirass.db"})
Location of sqlite database which contains the build results and previously
added specifications.