]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp.c
http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.1p1-hpn13v5.diff.gz committe...
[gssapi-openssh.git] / openssh / sftp.c
index e1aa49d0f0863eefdacf7b24b8685842c8159188..e7cb9cf3a01ca88980018ea655328fb2125f09e1 100644 (file)
@@ -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;
This page took 0.031211 seconds and 4 git commands to generate.