1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Increase to 20 the number of CVS update retries.

This commit is contained in:
Yang Tse 2008-08-22 18:18:20 +00:00
parent 9849c6b847
commit e5b713ee63

View File

@ -367,7 +367,7 @@ if ($CVS) {
while (!cvsup()) {
$att++;
logit "failed CVS update attempt number $att.";
if ($att > 10) {
if ($att > 20) {
$cvsstat=111;
last; # get out of the loop
}