blob: 6c58cbfb7011ac573bcc42ccc3d823e8bcd9bc7e (
plain) (
blame)
1
2
3
4
5
6
|
There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees you can disable it by appending the following property into
%%IDEA_HOME%%/bin/idea.properties:
idea.filewatcher.disabled=true
|