diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 18:40:08 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 18:40:08 +0100 |
commit | 0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890 (patch) | |
tree | 5909b07da1af5dd36ad08971eea18b4b3740f526 | |
parent | 772cba6f2e34660fa74a7e2f5ec2823a2cdb6b04 (diff) | |
download | rsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.tar.gz rsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.tar.bz2 rsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.zip |
doc: mention Pavel's improvement in ChangeLog
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ +--------------------------------------------------------------------------- Version 7.4.7 [v7.4-stable] 2013-11-?? +- worker thread pool handling has been improved + Among others, permits pool to actually shrink (was quite hard with + previous implementation. This will also improve performance and/or + lower system overhead on busy systems. + Thanks to Pavel Levshin for the enhancement. - improved checking of queue config parameters on startup - bugfix: call to ruleset with async queue did not use the queue closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443 |