summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/man/bcfg2.conf.txt4
-rw-r--r--doc/reports/dynamic.txt3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/bcfg2.conf.txt b/doc/man/bcfg2.conf.txt
index 825ab2121..40766b88a 100644
--- a/doc/man/bcfg2.conf.txt
+++ b/doc/man/bcfg2.conf.txt
@@ -716,6 +716,10 @@ Reporting options
web_debug
Turn on Django debugging.
+ max_children
+ Maximum number of children for the reporting collector. Use 0 to
+ disable the limit. (default is 0)
+
See Also
--------
diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt
index 53bdef24e..38d4c7e3a 100644
--- a/doc/reports/dynamic.txt
+++ b/doc/reports/dynamic.txt
@@ -270,6 +270,9 @@ reporting
* web_prefix: Prefix to be added to Django's MEDIA_URL
* file_limit: The maximum size of a diff or binary data to
store in the database.
+* max_children: Maximum number of children for the reporting
+ collector. Use 0 to disable the limit and spawn a thread
+ as soon as a working file is available.
.. _dynamic_transports: