diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-17 15:46:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-17 15:46:19 +0200 |
commit | ebc931db47bf1e28502a043dc2984acf5fd532b6 (patch) | |
tree | 5245a52e8819fd1866c402e85135b3c898e4a74c /doc/queues.html | |
parent | bcb97650683bbcb1ecdacd0c2a6052ef836d3eda (diff) | |
download | rsyslog-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
Diffstat (limited to 'doc/queues.html')
-rw-r--r-- | doc/queues.html | 4 |
1 files changed, 2 insertions, 2 deletions
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>$<object>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>$<object>QueueWorkerTimeoutShutdown</i>" +timeout happens. The timeout can be set via "<i>$<object>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> |