File tree 1 file changed +2
-2
lines changed
src/libraries/System.IO.Pipelines/src/System/IO/Pipelines
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ public PipeOptions(
38
38
// to let users specify the maximum buffer size, so we pick a reasonable number based on defaults. They can influence
39
39
// how much gets buffered by increasing the minimum segment size.
40
40
41
- // With a defaukt segment size of 4K this maps to 16K
41
+ // With a default segment size of 4K this maps to 16K
42
42
InitialSegmentPoolSize = 4 ;
43
43
44
- // With a defaukt segment size of 4K this maps to 1MB. If the pipe has large segments this will be bigger than 1MB...
44
+ // With a default segment size of 4K this maps to 1MB. If the pipe has large segments this will be bigger than 1MB...
45
45
MaxSegmentPoolSize = 256 ;
46
46
47
47
// By default, we'll throttle the writer at 64K of buffered data
You can’t perform that action at this time.
0 commit comments