You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS and BSD-based systems have a statvfs(3) wrapper bug where
fs.f_bfree is returned in units of 512-byte sectors while
fs.f_frsize is returned in allocation block units (e.g. 4KB).
This mismatch inflates ETA calculations by up to 8x.
This commit closes#277.
0 commit comments