aboutsummaryrefslogtreecommitdiff
path: root/java/intellij-rubymine/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'java/intellij-rubymine/files/pkg-message.in')
-rw-r--r--java/intellij-rubymine/files/pkg-message.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in
index d726c1300c30..210572bb37d4 100644
--- a/java/intellij-rubymine/files/pkg-message.in
+++ b/java/intellij-rubymine/files/pkg-message.in
@@ -1,8 +1,6 @@
-There is experimental native (faster) file watching support which is
-disabled by default. Currently there are problems with watching large
-trees. To enable edit %%DATADIR%%/bin/idea.properties and append
+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=false
- idea.filewatcher.executable.path=%%DATADIR%%/bin/fsnotifier
-
-Only enable fsnotifier if your projects have < 600 files.
+ idea.filewatcher.disabled=true