[PATCH] Limit the number of requests outstanding in ssh-fetch.
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 4 Oct 2005 04:24:55 +0000 (00:24 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 04:55:31 +0000 (21:55 -0700)
commit70a0c6fe39da7e3f68836051408bc8eb3ce60ba7
treea5eba77d97fb53510e1267ce6244e6fd6af5cf74
parentf5a5e9b9f4f08544660fd55cd211bdd57c55b32f
[PATCH] Limit the number of requests outstanding in ssh-fetch.

This completes fetches if there are more than 100 outstanding requests
and there are more to prefetch.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
ssh-fetch.c