From 97228b866ab9a37a55244463a6b9fc3fdc6d0419 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 16 Nov 2011 14:54:37 +0100 Subject: Submit max 32k reads and writes to the sftp server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also don't limit the kernel to 64k reads and writes, rather split into 32k sized chunks and send them to the server all at once. This is more efficient and less demanding from the server. Reported by Ludovic Courtès. Fix suggested by Niels Möller --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c6ba2d..8f11917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-11-16 Miklos Szeredi + + * Submit max 32k reads and writes to the sftp server. Also don't + limit the kernel to 64k reads and writes, rather split into 32k + sized chunks and send them to the server all at once. This is + more efficient and less demanding from the server. Reported by + Ludovic Courtès. Fix suggested by Niels Möller + 2011-11-14 Miklos Szeredi * Fix double free if reconnection races with request sending. -- cgit v1.2.3