mirror of
https://github.com/curl/curl.git
synced 2026-04-16 07:11:40 +03:00
Increase timeout for accept for improved reliability on loaded servers.
This commit is contained in:
parent
d4c4fd6272
commit
1a8d8aa227
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:5);
|
||||
alarm ($controldelay?20:7);
|
||||
|
||||
# Wait for 'CNCT'
|
||||
my $input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue