author | Eric Wong <normalperson@yhbt.net> | |
Mon, 4 Dec 2006 08:51:16 +0000 (00:51 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 6 Dec 2006 19:11:58 +0000 (11:11 -0800) | ||
commit | ebdf7b952215946eff863e4da28f924178acea4f | |
tree | 8cc99088a2431298e2c66c1ee9a5ad01f3940c9f | tree | snapshot |
parent | 5a4cf3346d6c37007a7f5f94697868a5b2f2fa29 | commit | diff |
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>
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 | diff | blob | history |