diff --git a/etiquette/helpers.py b/etiquette/helpers.py index 4b441f7..fad26bf 100644 --- a/etiquette/helpers.py +++ b/etiquette/helpers.py @@ -362,7 +362,7 @@ def read_filebytes( filepath, range_min=0, range_max=None, - chunk_size=bytestring.MIBIBYTE, + chunk_size=bytestring.MEBIBYTE, ) -> typing.Iterable[bytes]: ''' Yield chunks of bytes from the file between the endpoints.