You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/12 16:10:49 UTC

[2/2] libcloud git commit: Update changelog.

Update changelog.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/59b44a0d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/59b44a0d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/59b44a0d

Branch: refs/heads/trunk
Commit: 59b44a0d1269be279bb7e0b876ac507f763fc5ac
Parents: ba74c26
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Sep 12 15:16:17 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Sep 12 15:16:17 2017 +0200

----------------------------------------------------------------------
 CHANGES.rst | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/59b44a0d/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 75dbf52..1df56dd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,13 @@ Compute
   [GITHUB-1099]
   (@xofer)
 
+- Decrease sleep delay (from 1.5 to 0.2 seconds) inside paramiko client which
+  is used to prevent busy waiting while waiting for data on the channel.
+
+  This should cause deploy scripts which produce a lot of output in incremental
+  manner to finish faster.
+  [Tomaz Muraus]
+
 Changes in Apache Libcloud 2.2.0
 --------------------------------