diff options
author | DrNeutron <30759787+DrNeutron@users.noreply.github.com> | 2017-08-08 17:02:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 17:02:30 -0600 |
commit | 5a363f62e9ec35bae36fc84002b39e8482a59f34 (patch) | |
tree | 48d8ee10978d3be4f083a84023b2c46bf1ad131f /sites/www | |
parent | f1b1a333d46a5d01ce7f9b7805a7d9b1dcff03a0 (diff) |
Adding changelog for slow compression improvement
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 12c8cb03..c9170dc9 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`60` Improved the performance of compressed transport by using default + zlib compression level (which is 6) rather than the max level of 9 which is + very CPU intensive. * :support:`1012` (via :issue:`1016`) Enhance documentation around the new `SFTP.posix_rename <paramiko.sftp_client.SFTPClient.posix_rename>` method so it's referenced in the 'standard' ``rename`` method for increased visibility. |