quodlibet / mutagen

Python module for handling audio metadata
https://mutagen.readthedocs.io
GNU General Public License v2.0
1.57k stars 158 forks source link

Bump the buffer size a bit for resizing files #570

Closed lazka closed 2 years ago

lazka commented 2 years ago

256KB was chosen as good enough when doing local copies, but in #553 it was pointed out that this is quite slow with remote filesystems like NFS etc.

Bump to 1MB to improve that a bit..