This commit is contained in:
2023-07-27 15:31:03 +02:00
parent 55b1747109
commit 4344938a85
4 changed files with 7 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ public class RemoteContentWriter : IRemoteContentWriter
_remoteConnection.CloseWriterAsync(_transactionId);
}
public int PreferredBufferSize => 10 * 1024;
public int PreferredBufferSize => 10 * 1024 * 1024;
public async Task WriteBytesAsync(byte[] data, int? index = null)
{