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

[file-log] perf fix and new file permissions on O_CREAT #877

Merged
merged 2 commits into from
Jan 15, 2016

Conversation

thibaultcha
Copy link
Member

  • Caching the oflags and mode arguments of open() avoids the invoke the C
    binding on every execution of log_by_lua.
  • It is more common to create a log file with 644 permissions. This needed
    an update of lua-system-constants.

Caching the oflags and mode arguments of open() avoids the invoke the C
binding on every execution of `log_by_lua`.
It is more common to create a log file with 644 permissions. This needed
an update of lua-system-constants.
@thibaultcha thibaultcha added pr/status/needs review pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) and removed pr/status/needs review labels Jan 14, 2016
thibaultcha added a commit that referenced this pull request Jan 15, 2016
[file-log] perf fix and new file permissions on O_CREAT
@thibaultcha thibaultcha merged commit 43ce7b4 into next Jan 15, 2016
@thibaultcha thibaultcha deleted the fix/file-log branch January 15, 2016 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant