X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f97edba64d1fb2b28ac269fe588396643d271b7b..76d45d2f37f58d1a9703830d75ce8b56feae38c6:/openssh/sftp.c diff --git a/openssh/sftp.c b/openssh/sftp.c index 66bd111..a9f035f 100644 --- a/openssh/sftp.c +++ b/openssh/sftp.c @@ -75,7 +75,7 @@ int batchmode = 0; size_t copy_buffer_len = 32768; /* Number of concurrent outstanding requests */ -size_t num_requests = 64; +size_t num_requests = 256; /* PID of ssh transport process */ static pid_t sshpid = -1;