diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 16:30:57 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 16:30:57 +0200 |
commit | c6a2dafb2fc5d186ef146035f270a4819075eab1 (patch) | |
tree | 1b4072360cefc61da1d8ce2ee9e243b3227ddb9d /doc/rsyslog_conf_global.html | |
parent | ba6be8f30789efe84dc9582e7fc2a117cb447caa (diff) | |
download | rsyslog-c6a2dafb2fc5d186ef146035f270a4819075eab1.tar.gz rsyslog-c6a2dafb2fc5d186ef146035f270a4819075eab1.tar.xz rsyslog-c6a2dafb2fc5d186ef146035f270a4819075eab1.zip |
doc: added info on when $OptimizeForUniprocessor was made available
Diffstat (limited to 'doc/rsyslog_conf_global.html')
-rw-r--r-- | doc/rsyslog_conf_global.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html index 43eacc43..fe76912d 100644 --- a/doc/rsyslog_conf_global.html +++ b/doc/rsyslog_conf_global.html @@ -196,7 +196,7 @@ large enough for the whole message. (Introduced with 4.1.5). Once set, it affect <li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li> <li><b>$OptimizeForUniprocessor</b> [on/<b>off</b>] - turns on optimizatons which lead to better performance on uniprocessors. If you run on multicore-machiens, turning this off lessens CPU load. The -default may change as uniprocessor systems become less common.</li> +default may change as uniprocessor systems become less common. [available since 4.1.0]</li> <li>$PreserveFQDN [on/<b>off</b>) - if set to off (legacy default to remain compatible to sysklogd), the domain part from a name that is within the same domain as the receiving system is stripped. If set to on, full names are always used.</li> |