]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp.c
http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz committe...
[gssapi-openssh.git] / openssh / sftp.c
index 66bd111b122c47ad5ca7380cda5261a424f675e0..a9f035f06343d89335021fe739fc6d69feec061e 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.361213 seconds and 4 git commands to generate.