diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-18 12:44:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-18 12:44:00 +0200 |
commit | 7b63cd6feda5087c43652bdcf8e694b544295d5b (patch) | |
tree | a51dd63c9b182a05848e35023f43d8807344113f /doc | |
parent | ebc931db47bf1e28502a043dc2984acf5fd532b6 (diff) | |
download | rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.tar.gz rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.tar.xz rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.zip |
minor things, mostly improved debug info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/queues.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/queues.html b/doc/queues.html index b8fcb481..7461121b 100644 --- a/doc/queues.html +++ b/doc/queues.html @@ -223,7 +223,8 @@ timeout happens. The timeout can be set via "<i>$<object>QueueWorkerTimeou 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 -why we keep them running.</p> +why we keep them running. If you would like to never shutdown any worker +threads, specify -1 for this parameter.</p> <h2>Discarding Messages</h2> <p>If the queue reaches the so called "discard watermark" (a number of queued elements), less important messages can automatically be discarded. This is in an |