summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-27 00:26:42 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-27 15:31:45 +0100
commit2c87c4e4de08c0070ebc5c095c03fc3b233f92d1 (patch)
tree255d1130b8c3cda86c1dbd589e67fa68cba8e9e5 /man
parent56d2b72b6f8b2e1a27a16dbfdab10f0b83816ceb (diff)
downloadbcfg2-2c87c4e4de08c0070ebc5c095c03fc3b233f92d1.tar.gz
bcfg2-2c87c4e4de08c0070ebc5c095c03fc3b233f92d1.tar.bz2
bcfg2-2c87c4e4de08c0070ebc5c095c03fc3b233f92d1.zip
Reporting/Collector: add max-children argument
Add option to limit the count of child threads to import the transactions. If the number is exceeded the next import will block until one thread is ready.
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index a8366721a..69ec4c71a 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -772,6 +772,10 @@ time zone as well).
.TP
.B web_debug
Turn on Django debugging.
+.TP
+.B max_children
+Maximum number of children for the reporting collector. Use 0 to
+disable the limit. (default is 0)
.UNINDENT
.UNINDENT
.UNINDENT