mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08: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…
x
Reference in New Issue
Block a user