mirror of
https://github.com/curl/curl.git
synced 2026-07-07 13:47:16 +03:00
Increase to 20 the number of CVS update retries.
This commit is contained in:
parent
9849c6b847
commit
e5b713ee63
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue