-
Notifications
You must be signed in to change notification settings - Fork 110
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
Configure polling rate? #857
Comments
https://docs.julialang.org/en/v1/stdlib/FileWatching/ That's where the defaults are defined. I guess Revise could have an internal variable to override it, but what's the actual problem you're trying to solve? |
there are some time a huge delay (10+s) between file change and Revise actually check & re-compile the changes |
Given that the docs say
do you actually know that setting it smaller won't hurt something? Why not edit your local copy of Revise to use a shorter interval and see what happens? Line 65 in 7baa73d
If nothing visibly gets bad with a shorter interval, then we could define a Revise variable to make this configurable. But I'm certainly not going to submit a PR to add this if it might result in a lot of people bringing multi-user servers to their knees. |
Related to #598 but instead of manually revise, can we configure polling rate?
The text was updated successfully, but these errors were encountered: