At http://bzr.arbash-meinel.com/branches/bzr/1.9-dev/remote_readv_sections
------------------------------------------------------------ revno: 3815 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: John Arbash Meinel <[EMAIL PROTECTED]> branch nick: remote_readv_sections timestamp: Mon 2008-11-03 13:07:23 -0600 message: NEWS entry
=== modified file 'NEWS' --- a/NEWS 2008-11-03 04:12:11 +0000 +++ b/NEWS 2008-11-03 19:07:23 +0000 @@ -14,6 +14,11 @@ IMPROVEMENTS: + * When making a large readv() request over ``bzr+ssh``, break up the + request into more manageable chunks. Because the RPC is not yet able + to stream, this helps keep us from buffering too much information at + once. (John Arbash Meinel) + BUG FIXES: DOCUMENTATION:
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
