Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fstime: replace sync() with fsync() #104

Closed
wants to merge 2 commits into from

Conversation

Zengkai163
Copy link
Collaborator

Call fsync() to synchronize changes to the r/w files instead of doing the system-wide sync. This may save some time in large concurrency scenarios.

github: closes #103

Call fsync() to synchronize changes to the r/w files instead of
doing the system-wide sync. This may save some time in large concurrency scenarios.

github: closes kdlucas#103
@Zengkai163 Zengkai163 closed this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant