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

Support idle_timeout in global compiler #175

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Support idle_timeout in global compiler #175

merged 1 commit into from
Dec 1, 2023

Conversation

ntkme
Copy link
Member

@ntkme ntkme commented Dec 1, 2023

This PR is a more performant alternative to sass-contrib/sassc-embedded-shim-ruby#68.

It would close the global compiler process once it is idle for more than 10s, and restarts on next use. This is faster than running single-used compiler process every time, especially for compiling lots of files.

@ntkme ntkme merged commit a81f9bb into main Dec 1, 2023
48 checks passed
@ntkme ntkme deleted the keep-alive branch December 1, 2023 23:31
@ntkme ntkme restored the keep-alive branch December 6, 2023 06:31
@ntkme ntkme deleted the keep-alive branch December 6, 2023 06:31
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.

1 participant