Description
Fsync blocking can speed up controlled test or build workloads by preventing some expensive disk-sync operations. It is useful when developers intentionally trade durability for faster temporary writes.
This package can make data loss more likely if used on important files or databases. Use it only in disposable build, test, or benchmark environments where losing recent writes is acceptable.