Commit 1a8d8aa2 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Increase timeout for accept for improved reliability on loaded servers.

parent d4c4fd62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;