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

With kqueue, we don't need to constantly check the snippet #2016

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rsmarples
Copy link
Contributor

Constantly going to the start of the logfile, checking the snippet,
going back to where we were and then reading is a massive drain
on the filesystem for zero benefit with kqueue.

Constantly going to the start of the logfile, checking the snippet,
going back to where we were and then reading is a massive drain
on the filesystem for zero benefit with kqueue.
@allinurl allinurl force-pushed the master branch 2 times, most recently from 0550432 to b1332f5 Compare December 22, 2023 22:26
@allinurl allinurl force-pushed the master branch 5 times, most recently from 3d5333b to 6c68a6e Compare January 11, 2024 01:36
@allinurl allinurl force-pushed the master branch 7 times, most recently from 31e2ac1 to c6199f6 Compare May 14, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant