mirror of
https://github.com/curl/curl.git
synced 2026-04-16 23:21:41 +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" };
|
||||
|
||||
# assume swift operations unless explicitly slow
|
||||
alarm ($controldelay?20:7);
|
||||
alarm ($controldelay?20:10);
|
||||
|
||||
# Wait for 'CNCT'
|
||||
my $input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue