mirror of
https://github.com/curl/curl.git
synced 2026-07-24 07:47:19 +03:00
Need even more time to wait for an accept.
This commit is contained in:
parent
abca03cf36
commit
7ffae92daf
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ sub PASV_command {
|
||||||
local $SIG{ALRM} = sub { die "alarm\n" };
|
local $SIG{ALRM} = sub { die "alarm\n" };
|
||||||
|
|
||||||
# assume swift operations unless explicitly slow
|
# assume swift operations unless explicitly slow
|
||||||
alarm ($controldelay?20:7);
|
alarm ($controldelay?20:10);
|
||||||
|
|
||||||
# Wait for 'CNCT'
|
# Wait for 'CNCT'
|
||||||
my $input;
|
my $input;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue