Increase timeout for accept for improved reliability on loaded servers.

This commit is contained in:
Dan Fandrich 2007-08-20 17:53:38 +00:00
parent d4c4fd6272
commit 1a8d8aa227
1 changed files with 1 additions and 1 deletions

View File

@ -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;