mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
Increase to 20 the number of CVS update retries.
This commit is contained in:
parent
9849c6b847
commit
e5b713ee63
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user