diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-01 15:56:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-01 15:56:34 +0200 |
commit | a789813b14de79c5ecac8b0d7f7c222ae7f47412 (patch) | |
tree | 7e850b1085fd1bdb2223154a3cc96480320ca334 /doc | |
parent | d0bab973d2ddf93af71c859f3ed47dd40d561c76 (diff) | |
download | rsyslog-a789813b14de79c5ecac8b0d7f7c222ae7f47412.tar.gz rsyslog-a789813b14de79c5ecac8b0d7f7c222ae7f47412.tar.xz rsyslog-a789813b14de79c5ecac8b0d7f7c222ae7f47412.zip |
milestone: queue-params are properly initialized for action queues
Diffstat (limited to 'doc')
-rw-r--r-- | doc/v6compatibility.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html index 38f1e622..7c99ab63 100644 --- a/doc/v6compatibility.html +++ b/doc/v6compatibility.html @@ -76,6 +76,10 @@ to check for those cases as this means log data is potentially lost. Please note that the root problem is the same for earlier versions as well. With them, it was just harder to spot why things went wrong (and if at all). +<h2>Default Batch Sizes</h2> +<p>Due to their positive effect on performance and comparatively low overhead, +default batch sizes have been increased. Starting with 6.3.4, the action queues +have a default batch size of 128 messages. <h2>outchannels</h2> <p>Outchannels are a to-be-removed feature of rsyslog, at least as far as the config syntax is concerned. Nevertheless, v6 still supports it, but a new syntax is required |