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

Changed the non-IRQ checking interval #16

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

Conversation

Manawyrm
Copy link

for some reason the interval was set to 0ms, which lead to an infinite loop of memory allocations quickly resulting in a segmentation fault.

for some reason the interval was set to 0ms, which lead to an infinite loop of memory allocations quickly resulting in a segmentation fault.
@natevw
Copy link
Owner

natevw commented Jun 17, 2014

Hmm, interesting. The DOM spec enforces a minimum timeout of 4ms regardless of what is passed, but maybe node.js handles differently. Have you tried it with a 1ms timeout? That might be the best compromise between data latency and runaway checks…

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.

2 participants