Merge branch '2.0'

This commit is contained in:
terrafrost 2016-11-20 18:13:48 -06:00
commit 865904f636

View File

@ -376,7 +376,7 @@ class SFTP extends SSH2
); );
if (!defined('NET_SFTP_QUEUE_SIZE')) { if (!defined('NET_SFTP_QUEUE_SIZE')) {
define('NET_SFTP_QUEUE_SIZE', 50); define('NET_SFTP_QUEUE_SIZE', 32);
} }
} }