Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't os.File.Sync() on mac CAS items
os.File.Sync() was inneffective on mac in go prior to 1.12. In 1.12 onwards it is effective, but slow: golang/go#26650 This change disables Sync for CAS uploads on mac, because we can (potentially) verify this later. Let's see if this helps performance on mac: buchgr#67 (while being less risky than buchgr#68).
- Loading branch information