mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 17:57:12 +00:00
SFTP: change queue size to 32 (max packet size is 32kb so 32*32=1M)
This commit is contained in:
parent
a2d9622bf9
commit
6fb34887c5
@ -413,7 +413,7 @@ class Net_SFTP extends Net_SSH2
|
||||
);
|
||||
|
||||
if (!defined('NET_SFTP_QUEUE_SIZE')) {
|
||||
define('NET_SFTP_QUEUE_SIZE', 50);
|
||||
define('NET_SFTP_QUEUE_SIZE', 32);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user