Comment 1 for bug 269456

Revision history for this message
John A Meinel (jameinel) wrote :

So, I believe the specific issue is that the underlying code is buffering all of the working tree before writing it to disk. The apis in question are now requesting all the content in one pass, which is good, but the one handling it should be a bit more aware, and only spool out the request one file at a time.