Increase buffer size
This commit is contained in:
parent
eeb4f4681a
commit
9d81c86c1b
1 changed files with 0 additions and 1 deletions
|
|
@ -221,7 +221,6 @@ namespace AaxDecrypter
|
|||
var buff = new byte[DOWNLOAD_BUFF_SZ];
|
||||
do
|
||||
{
|
||||
Thread.Sleep(10);
|
||||
var bytesRead = _networkStream.Read(buff, 0, DOWNLOAD_BUFF_SZ);
|
||||
_writeFile.Write(buff, 0, bytesRead);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue