git-svn: avoid network timeouts for long-running fetches
commitebdf7b952215946eff863e4da28f924178acea4f
authorEric Wong <normalperson@yhbt.net>
Mon, 4 Dec 2006 08:51:16 +0000 (4 00:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 6 Dec 2006 19:11:58 +0000 (6 11:11 -0800)
tree8cc99088a2431298e2c66c1ee9a5ad01f3940c9f
parent5a4cf3346d6c37007a7f5f94697868a5b2f2fa29
git-svn: avoid network timeouts for long-running fetches

Long-running fetches run inside children to avoid memory leaks.
When we refork, the connection in the parent can be idle for a
long time; attempting to reuse it in the next child can result
in timeouts.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl