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

Increase timeout for accept for improved reliability on loaded servers.

parent d4c4fd62
No related branches found
No related tags found
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:5);
alarm ($controldelay?20:7);
# Wait for 'CNCT'
my $input;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment