Increase timeout for accept for improved reliability on loaded servers.
This commit is contained in:
parent
d4c4fd6272
commit
1a8d8aa227
@ -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:5);
|
alarm ($controldelay?20:7);
|
||||||
|
|
||||||
# Wait for 'CNCT'
|
# Wait for 'CNCT'
|
||||||
my $input;
|
my $input;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user