summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-17 15:46:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-17 15:46:19 +0200
commitebc931db47bf1e28502a043dc2984acf5fd532b6 (patch)
tree5245a52e8819fd1866c402e85135b3c898e4a74c
parentbcb97650683bbcb1ecdacd0c2a6052ef836d3eda (diff)
downloadrsyslog-ebc931db47bf1e28502a043dc2984acf5fd532b6.tar.gz
rsyslog-ebc931db47bf1e28502a043dc2984acf5fd532b6.tar.xz
rsyslog-ebc931db47bf1e28502a043dc2984acf5fd532b6.zip
doc bugfix: queue doc had wrong parameter name
...for setting controlling worker thread shutdown period
-rw-r--r--ChangeLog2
-rw-r--r--doc/queues.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1995ca10..c11d6aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ Version 3.21.5 [DEVEL] (rgerhards), 2008-09-??
each input module (else it is blank).
- added system property "$myhostname", which contains the name of the
local host as it knows itself.
+- doc bugfix: queue doc had wrong parameter name for setting controlling
+ worker thread shutdown period
---------------------------------------------------------------------------
Version 3.21.4 [DEVEL] (rgerhards), 2008-09-04
- removed compile time fixed message size limit (was 2K), limit can now
diff --git a/doc/queues.html b/doc/queues.html
index a2074d36..b8fcb481 100644
--- a/doc/queues.html
+++ b/doc/queues.html
@@ -219,7 +219,7 @@ parall. Thus, the upper limit ca be set via "<i>$&lt;object&gt;QueueWorkerThread
If it, for example, is set to four, no more than four workers will ever be
started, no matter how many elements are enqueued. </p>
<p>Worker threads that have been started are kept running until an inactivity
-timeout happens. The timeout can be set via "<i>$&lt;object&gt;QueueWorkerTimeoutShutdown</i>"
+timeout happens. The timeout can be set via "<i>$&lt;object&gt;QueueWorkerTimeoutThreadShutdown</i>"
and is specified in milliseconds. If you do not like to keep the workers
running, simply set it to 0, which means immediate timeout and thus immediate
shutdown. But consider that creating threads involves some overhead, and this is
@@ -357,4 +357,4 @@ parameters, because not all are applicable. For example, in current output
module design, actions do not support multi-threading. Consequently, the number
of worker threads is fixed to one for action queues and can not be changed.</p>
-</body></html> \ No newline at end of file
+</body></html>