cvsimport: introduce _fetchfile() method and used a 1M buffer to read()
authorMartin Langhoff <martin@catalyst.net.nz>
Tue, 23 May 2006 08:08:58 +0000 (20:08 +1200)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 08:16:08 +0000 (01:16 -0700)
File retrieval from the socket is now moved to _fetchfile() and we now
cap reads at 1MB. This should limit the memory growth of the cvsimport
process.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found