Skip to content
Snippets Groups Projects
Commit 7ffae92d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Need even more time to wait for an accept.

parent abca03cf
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment