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

use a setting to customize fileWatch interval for autocompiling #498

Open
jvanasco opened this issue Mar 1, 2016 · 0 comments
Open

use a setting to customize fileWatch interval for autocompiling #498

jvanasco opened this issue Mar 1, 2016 · 0 comments

Comments

@jvanasco
Copy link

jvanasco commented Mar 1, 2016

right now the app checks files using a 500ms fileWatch interval for detecting changes in autocompiling

it would be great if this were configurable in the settings.

rationale: on large projects with many includes, this can generate a bit of a performance hit. Dropping this to something in the 10s to 2s range can make a noticeable difference.

The relevant files are-

https://github.com/oklai/koala/blob/master/src/app/scripts/fileWatcher.js#L201
https://github.com/oklai/koala/blob/master/src/app/scripts/fileWatcher.js#L239
https://github.com/oklai/koala/blob/master/src/app/scripts/projectSettings.js#L305

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

No branches or pull requests

1 participant