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