Skip to content

Commit 54bc5ee

Browse files
committed
update news message to match code
1 parent f7ecbef commit 54bc5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Increase ``io.DEFAULT_BUFFER_SIZE`` from 8k to 128k and adjust :func:`open` on
22
platforms where :meth:`os.fstat` provides a ``st_blksize`` field (such as Linux)
3-
to use ``max(min(io.DEFAULT_BUFFER_SIZE, 8 MiB), device block size)`` rather
3+
to use ``max(min(blocksize, 8 MiB), io.DEFAULT_BUFFER_SIZE)`` rather
44
than always using the device block size. This should improve I/O performance.
55
Patch by Romain Morotti.

0 commit comments

Comments
 (0)