Tomasz Malik

Results 1 comments of Tomasz Malik

@arvindram11 Changing from: `[Parameter] public int MaxBufferSize { get; set; } = 1024 * 1024;` to for example: `[Parameter] public int MaxBufferSize { get; set; } = 20 * 1024;`...